pub type MaybeMut<T> = Maybe<&'static mut T>;
Alias for Maybe<&'static mut T> for folks with wrist pain.
Maybe<&'static mut T>