fn _Qp_itoq(c: *f128, a: i32) callconv(.c) void
fn _Qp_itoq(c: *f128, a: i32) callconv(.c) void { c.* = floatFromInt(f128, a); }