pub fn __modti3(a: i128, b: i128) callconv(.c) i128
pub fn __modti3(a: i128, b: i128) callconv(.c) i128 { return mod(a, b); }