pub unsafe extern "C" fn nmod_poly_taylor_shift_convolution(
    g: *mut nmod_poly_struct,
    f: *mut nmod_poly_struct,
    c: mp_limb_t
)