[][src]Function antic::_fmpz_poly_mul_SS

pub unsafe extern "C" fn _fmpz_poly_mul_SS(
    output: *mut fmpz,
    input1: *const fmpz,
    length1: mp_limb_signed_t,
    input2: *const fmpz,
    length2: mp_limb_signed_t
)