pub fn __udivdi3(a: u64, b: u64) callconv(.c) u64
pub fn __udivdi3(a: u64, b: u64) callconv(.c) u64 { return __udivmoddi4(a, b, null); }