pub type RcAtomic<V, S = ()> = Rc<AtomicCounter, V, S>;
Atomically counted reference counting thin pointer
struct RcAtomic<V, S = ()> { /* private fields */ }