PyExc_UnicodeError property Null safety

Pointer<PyObject> PyExc_UnicodeError

Implementation

ffi.Pointer<PyObject> get PyExc_UnicodeError => _PyExc_UnicodeError.value;
void PyExc_UnicodeError= (Pointer<PyObject> value)

Implementation

set PyExc_UnicodeError(ffi.Pointer<PyObject> value) =>
    _PyExc_UnicodeError.value = value;