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