pub type RadiumPtr<T> = AtomicPtr<T>;
Best-effort atomic pointer type.
#[repr(C, align(8))]pub struct RadiumPtr<T> { /* private fields */ }