pub unsafe extern "C" fn n_poly_mod_mulmod(
    res: *mut n_poly_struct,
    poly1: *mut n_poly_struct,
    poly2: *mut n_poly_struct,
    f: *mut n_poly_struct,
    mod_: nmod_t
)