Function SDL_wcsncmp

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