pub unsafe extern "C" fn mpz_congruent_p(
    n: mpz_srcptr,
    c: mpz_srcptr,
    d: mpz_srcptr
) -> c_int
Expand description