GetWandViewIterator method

int GetWandViewIterator(
  1. Pointer<WandView> arg0,
  2. GetWandViewMethod arg1,
  3. Pointer<Void> arg2
)

Implementation

int GetWandViewIterator(
  ffi.Pointer<WandView> arg0,
  GetWandViewMethod arg1,
  ffi.Pointer<ffi.Void> arg2,
) {
  return _GetWandViewIterator(
    arg0,
    arg1,
    arg2,
  );
}