fn frexpf(x: f32, e: *c_int) callconv(.c) f32
fn frexpf(x: f32, e: *c_int) callconv(.c) f32 { return frexpGeneric(f32, x, e); }