pub type NonMaxU32 = NonMaxU32Le;
NonMaxU32 is a nonmax, native-endian version of u32.
This type behaves mostly like a u32 however u32::MAX is not a valid value.
u32
u32::MAX
#[repr(C)]pub struct NonMaxU32(/* private fields */);