pub type AtomicEnumU8<E> = AtomicEnum<E, AtomicU8, u8>;
pub struct AtomicEnumU8<E>(/* private fields */);