pub type WideRefMutShare<T: ?Sized> = RefMutShare<Box<T>>;
pub struct WideRefMutShare<T: ?Sized> { /* private fields */ }