Function sdl2_sys::SDL_strtol

source ยท
pub unsafe extern "C" fn SDL_strtol(
    str_: *const c_char,
    endp: *mut *mut c_char,
    base: c_int,
) -> c_long