DuplexTransferWandViewIterator method
Implementation
int DuplexTransferWandViewIterator(
ffi.Pointer<WandView> arg0,
ffi.Pointer<WandView> arg1,
ffi.Pointer<WandView> arg2,
DuplexTransferWandViewMethod arg3,
ffi.Pointer<ffi.Void> arg4,
) {
return _DuplexTransferWandViewIterator(
arg0,
arg1,
arg2,
arg3,
arg4,
);
}