strint_to_uint64

Function strint_to_uint64 

Source
pub unsafe extern "C" fn strint_to_uint64(
    str_: *const c_char,
    end: *mut *mut c_char,
    out: *mut u64,
    base: u8,
) -> StrintParseError
Expand description

See strint_to_uint32