pub type Futex = Atomic<u32>;
An atomic for use as a futex that is at least 32-bits but may be larger
#[repr(C)]pub struct Futex { /* private fields */ }