pub unsafe extern "C" fn PyUnicode_EncodeUnicodeEscape( data: *const wchar_t, length: Py_ssize_t, ) -> *mut PyObject
Py_LIMITED_API