pub type Arc<T> = ArcX<T, AtomicUsize>;
ArcX with usize counter
pub struct Arc<T>(/* private fields */);