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