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

See: mpz_gcd