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