fn hypotf(x: f32, y: f32) callconv(.c) f32
fn hypotf(x: f32, y: f32) callconv(.c) f32 { return math.hypot(x, y); }