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