pub unsafe extern "C" fn mpz_divisible_2exp_p(
    n: *const mpz_t,
    b: bitcnt_t
) -> c_int
Expand description