Function SDL_strtokr

pub unsafe extern "C" fn SDL_strtokr(
    s1: *mut i8,
    s2: *const i8,
    saveptr: *mut *mut i8,
) -> *mut i8
Available on crate feature dep_sdl2 only.