Function gmp_mpfr_sys::gmp::mpn_set_str
source ยท pub unsafe extern "C" fn mpn_set_str(
rp: *mut limb_t,
str: *const c_uchar,
strsize: usize,
base: c_int,
) -> size_t
Expand description
See: mpn_set_str
pub unsafe extern "C" fn mpn_set_str(
rp: *mut limb_t,
str: *const c_uchar,
strsize: usize,
base: c_int,
) -> size_t
See: mpn_set_str