[][src]Function flint_sys::_fmpz_mod_poly_compose_mod_brent_kung

pub unsafe extern "C" fn _fmpz_mod_poly_compose_mod_brent_kung(
    res: *mut fmpz,
    f: *const fmpz,
    len1: slong,
    g: *const fmpz,
    h: *const fmpz,
    len3: slong,
    p: *const fmpz
)

See the FLINT Documentation for this function.