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