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