Py_UNICODE

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. alias Py_UNICODE = wchar
  2. alias Py_UNICODE = ushort
    version(Python_Unicode_UCS2 && !Windows)
    extern (C)
    alias Py_UNICODE = ushort
  3. alias Py_UNICODE = uint

Meta