pub unsafe extern "C" fn mpz_fdiv_r_ui(
    r: mpz_ptr,
    n: mpz_srcptr,
    d: c_ulong
) -> c_ulong
Expand description