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