pub unsafe extern "C" fn fq_default_poly_reverse(
    res: *mut fq_default_poly_struct,
    poly: *const fq_default_poly_struct,
    n: mp_limb_signed_t,
    ctx: *const fq_default_ctx_struct
)