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