pub type PinArcStorage<T> = PinRcGenericStorage<T, AtomicUsize>;
pub struct PinArcStorage<T> { /* private fields */ }