pub fn __fixunsdfti(a: f64) callconv(.c) u128
pub fn __fixunsdfti(a: f64) callconv(.c) u128 { return intFromFloat(u128, a); }