Py_UNICODE

Py_UNICODE is the native Unicode storage format (code unit) used by Python and represents a single Unicode element in the Unicode type.

alias Py_UNICODE = wchar

Meta