type AtomicUnsignedLong = AtomicU64;
#[repr(C, align(8))]struct AtomicUnsignedLong { /* private fields */ }