Function strtouq

pub unsafe extern "C" fn strtouq(
    __nptr: *const i8,
    __endptr: *mut *mut i8,
    __base: i32,
) -> u64
Available on crate feature dep_sdl2 only.