pub type PinRcStorage<T> = PinRcGenericStorage<T, Cell<usize>>;
struct PinRcStorage<T> { /* private fields */ }