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