[][src]Function antic::_fmpz_poly_hensel_lift_without_inverse

pub unsafe extern "C" fn _fmpz_poly_hensel_lift_without_inverse(
    G: *mut fmpz,
    H: *mut fmpz,
    f: *const fmpz,
    lenF: mp_limb_signed_t,
    g: *const fmpz,
    lenG: mp_limb_signed_t,
    h: *const fmpz,
    lenH: mp_limb_signed_t,
    a: *const fmpz,
    lenA: mp_limb_signed_t,
    b: *const fmpz,
    lenB: mp_limb_signed_t,
    p: *mut fmpz,
    p1: *mut fmpz
)