pub type NonMinU16 = NonAnyU16<{ u16::MIN }>;
An integer that is known not to equal u16::MIN.
u16::MIN
pub struct NonMinU16(/* private fields */);