pub type Mutex<T> = Mutex<RawMutex, T>;
A safe PI mutex using RawMutex.
RawMutex
pub struct Mutex<T> { /* private fields */ }