pub fn __truncdfsf2(a: f64) callconv(.c) f32
pub fn __truncdfsf2(a: f64) callconv(.c) f32 { return truncf(f32, f64, a); }