pub type PyThreadMutex<T> = ThreadMutex<RawMutex, RawThreadId, T>;
struct PyThreadMutex<T> { /* private fields */ }