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