pub type SemMutex = SemMutex<Sem>;
Alias to SemMutex with default Semaphore implementation
pub struct SemMutex { /* private fields */ }