PyExc_OSError property Null safety

Pointer<PyObject> PyExc_OSError

Implementation

ffi.Pointer<PyObject> get PyExc_OSError => _PyExc_OSError.value;
void PyExc_OSError= (Pointer<PyObject> value)

Implementation

set PyExc_OSError(ffi.Pointer<PyObject> value) =>
    _PyExc_OSError.value = value;