PyExc_ImportError property Null safety

Pointer<PyObject> PyExc_ImportError

Implementation

ffi.Pointer<PyObject> get PyExc_ImportError => _PyExc_ImportError.value;
void PyExc_ImportError= (Pointer<PyObject> value)

Implementation

set PyExc_ImportError(ffi.Pointer<PyObject> value) =>
    _PyExc_ImportError.value = value;