Function strtoul1

Source
pub unsafe extern "C" fn strtoul1(
    __nptr: *const i8,
    __endptr: *mut *mut i8,
    __base: i32,
) -> u64