pub fn __udivti3(a: u128, b: u128) callconv(.c) u128
pub fn __udivti3(a: u128, b: u128) callconv(.c) u128 { return udivmod(u128, a, b, null); }