pub type Arc64<T> = ArcX<T, AtomicU64>;
ArcX with u64 counter
pub struct Arc64<T>(/* private fields */);