PyExc_UnicodeEncodeError property Null safety
Implementation
ffi.Pointer<PyObject> get PyExc_UnicodeEncodeError =>
_PyExc_UnicodeEncodeError.value;
Implementation
set PyExc_UnicodeEncodeError(ffi.Pointer<PyObject> value) =>
_PyExc_UnicodeEncodeError.value = value;