UpdateWandViewIterator method

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

Implementation

int UpdateWandViewIterator(
  ffi.Pointer<WandView> arg0,
  UpdateWandViewMethod arg1,
  ffi.Pointer<ffi.Void> arg2,
) {
  return _UpdateWandViewIterator(
    arg0,
    arg1,
    arg2,
  );
}