[pre-RFC] Remove static mut

I mean that &UnsafeCell { value: () } for example is not valid inside const, static or static mut, only inside functions.