pub type SharePtr<T> = AtomicPtr<T>;
#[repr(C, align(4))]pub struct SharePtr<T> { /* private fields */ }