pub fn __divsi3(n: i32, d: i32) callconv(.c) i32
pub fn __divsi3(n: i32, d: i32) callconv(.c) i32 { return div_i32(n, d); }