pub type RadiumPtr<T> = AtomicPtr<T>;
Best-effort atomic pointer type.
struct RadiumPtr<T> { /* private fields */ }