Function SDL_strchr

pub unsafe extern "C" fn SDL_strchr(
    str_: *const i8,
    c: i32,
) -> *mut i8
Available on crate feature dep_sdl2 only.