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