Function 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