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