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