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