pub unsafe extern "C" fn nmod_poly_div_root(
    Q: *mut nmod_poly_struct,
    A: *mut nmod_poly_struct,
    c: mp_limb_t
) -> mp_limb_t