Py_UNICODE

Type Alias Py_UNICODE 

Source
pub type Py_UNICODE = i32;
👎Deprecated: Deprecated since Python 3.13. Use libc::wchar_t instead.