Function SDL_wcscmp

Source
pub unsafe extern "C" fn SDL_wcscmp(
    str1: *const wchar_t,
    str2: *const wchar_t,
) -> c_int