fn modf(x: f64, iptr: *f64) callconv(.c) f64
fn modf(x: f64, iptr: *f64) callconv(.c) f64 { return modfGeneric(f64, x, iptr); }