Function SDL_wcsncmp

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