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