pub fn __umodsi3(n: u32, d: u32) callconv(.c) u32
pub fn __umodsi3(n: u32, d: u32) callconv(.c) u32 { return n -% __udivsi3(n, d) * d; }