PyExc_SystemExit property Null safety

Pointer<PyObject> PyExc_SystemExit

Implementation

ffi.Pointer<PyObject> get PyExc_SystemExit => _PyExc_SystemExit.value;
void PyExc_SystemExit= (Pointer<PyObject> value)

Implementation

set PyExc_SystemExit(ffi.Pointer<PyObject> value) =>
    _PyExc_SystemExit.value = value;