pub unsafe extern "C" fn nmod_evals_mul(
    a: *mut n_poly_struct,
    b: *mut n_poly_struct,
    c: *mut n_poly_struct,
    len: mp_limb_signed_t,
    ctx: nmod_t
)