fn _Qp_sqrt(c: *f128, a: *f128) callconv(.c) void
fn _Qp_sqrt(c: *f128, a: *f128) callconv(.c) void { c.* = sqrt(@floatCast(a.*)); }