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