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