pub fn __modsi3(n: i32, d: i32) callconv(.c) i32
pub fn __modsi3(n: i32, d: i32) callconv(.c) i32 { return n -% __divsi3(n, d) * d; }