TransferWandViewIterator method

int TransferWandViewIterator(
  1. Pointer<WandView> arg0,
  2. Pointer<WandView> arg1,
  3. TransferWandViewMethod arg2,
  4. Pointer<Void> arg3,
)

Implementation

int TransferWandViewIterator(
  ffi.Pointer<WandView> arg0,
  ffi.Pointer<WandView> arg1,
  TransferWandViewMethod arg2,
  ffi.Pointer<ffi.Void> arg3,
) {
  return _TransferWandViewIterator(
    arg0,
    arg1,
    arg2,
    arg3,
  );
}