pub type Arc16<T> = ArcX<T, AtomicU16>;
ArcX with u16 counter
pub struct Arc16<T>(/* private fields */);