pub unsafe extern "C" fn fmpz_poly_sub_fmpz(
    res: *mut fmpz_poly_struct,
    poly: *const fmpz_poly_struct,
    c: *const fmpz
)