Function SDL_wcsstr

pub unsafe extern "C" fn SDL_wcsstr(
    haystack: *const i32,
    needle: *const i32,
) -> *mut i32
Available on crate feature dep_sdl2 only.