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