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