pub type Mutex<T> = Mutex<T>;
Platform-independent mutex
pub struct Mutex<T> { /* private fields */ }