Function mpz_submul

Source
pub unsafe extern "C" fn mpz_submul(
    rop: mpz_ptr,
    op1: mpz_srcptr,
    op2: mpz_srcptr,
)
Expand description