pub unsafe extern "C" fn mpz_congruent_2exp_p(
    n: mpz_srcptr,
    c: mpz_srcptr,
    b: bitcnt_t
) -> c_int
Expand description