pub unsafe extern "C" fn mpz_cdiv_q_2exp(
    q: mpz_ptr,
    n: mpz_srcptr,
    b: bitcnt_t
)
Expand description