SetWandViewIterator method

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

Implementation

int SetWandViewIterator(
  ffi.Pointer<WandView> arg0,
  SetWandViewMethod arg1,
  ffi.Pointer<ffi.Void> arg2,
) {
  return _SetWandViewIterator(
    arg0,
    arg1,
    arg2,
  );
}