pub type AtomicEnumU64<E> = AtomicEnum<E, AtomicU64, u64>;
pub struct AtomicEnumU64<E>(/* private fields */);