Function sdl2_sys::SDL_wcsncmp[][src]

pub unsafe extern "C" fn SDL_wcsncmp(
    str1: *const wchar_t,
    str2: *const wchar_t,
    maxlen: size_t
) -> c_int