pub type MutexGuard<'a, T> = MutexGuard<'a, T, false>;
pub struct MutexGuard<'a, T> { /* private fields */ }