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