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