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