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