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