pub unsafe extern "C" fn fmpz_poly_scalar_mul_mpz(
    poly1: *mut fmpz_poly_struct,
    poly2: *const fmpz_poly_struct,
    x: *const __mpz_struct
)