Function SDL_wcscasecmp

pub unsafe extern "C" fn SDL_wcscasecmp(
    str1: *const i32,
    str2: *const i32,
) -> i32
Available on crate feature dep_sdl2 only.