pub fn __udivsi3(n: u32, d: u32) callconv(.c) u32
pub fn __udivsi3(n: u32, d: u32) callconv(.c) u32 { return div_u32(n, d); }