logo
pub unsafe extern "C" fn mpz_mod(
    r: *mut mpz_t,
    n: *const mpz_t,
    d: *const mpz_t
)
Expand description

See: mpz_mod