pub type IntrusiveRc<T> = RefPtr<T>;
pub struct IntrusiveRc<T> { pub data: NonNull<T>, /* private fields */ }
data: NonNull<T>