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