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