pub type RelaxedAtomicI32 = RelaxedAtomic<AtomicI32>;
pub struct RelaxedAtomicI32 { /* private fields */ }