pub fn __divti3(a: i128, b: i128) callconv(.c) i128
pub fn __divti3(a: i128, b: i128) callconv(.c) i128 { return div(a, b); }