pub type ModInt1000000007 = ModInt<1_000_000_007>;
pub struct ModInt1000000007(/* private fields */);