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