pub type AtomicEnumU32<E> = AtomicEnum<E, AtomicU32, u32>;
pub struct AtomicEnumU32<E>(/* private fields */);