Function SDL_strrchr

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