logo
pub unsafe extern "C" fn mpz_invert(
    rop: *mut mpz_t,
    op1: *const mpz_t,
    op2: *const mpz_t
) -> c_int
Expand description