PyGen_FetchStopIterationValue method Null safety
Implementation
int PyGen_FetchStopIterationValue(
ffi.Pointer<ffi.Pointer<PyObject>> arg0,
) {
return _PyGen_FetchStopIterationValue(
arg0,
);
}
int PyGen_FetchStopIterationValue(
ffi.Pointer<ffi.Pointer<PyObject>> arg0,
) {
return _PyGen_FetchStopIterationValue(
arg0,
);
}