getiterfunc typedef

getiterfunc = Pointer<NativeFunction<Pointer<PyObject> Function(Pointer<PyObject>)>>

Implementation

typedef getiterfunc = ffi.Pointer<
    ffi.NativeFunction<ffi.Pointer<PyObject> Function(ffi.Pointer<PyObject>)>>;