pub type Mutex<T> = Mutex<T>;
Mutex type using std::sync::Mutex (default, no fast-lock feature).
pub struct Mutex<T> { /* private fields */ }