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