pub unsafe extern "C" fn strtoul(
    s: *const i8,
    endp: *mut *mut i8,
    base: i32
) -> u64