pub type SunsetMutex<T> = Mutex<SunsetRawMutex, T>;
pub struct SunsetMutex<T> { /* private fields */ }