I have a Cython project that errors with error C4996: 'Py_UNICODE': deprecated in 3.13 only when building on Python 3.13 on win32. The same code builds with Python 3. ...