Function strtoul

Source
pub unsafe extern "C" fn strtoul(
    _String: *const c_char,
    _EndPtr: *mut *mut c_char,
    _Radix: c_int,
) -> c_ulong