pub type NSTDMutex<'a> = Box<Mutex<NSTDHeapPtr<'a>>>;
nstd_mutex
A mutual exclusion primitive useful for protecting shared data.