CloneWandView method

Pointer<WandView> CloneWandView(
  1. Pointer<WandView> arg0
)

Implementation

ffi.Pointer<WandView> CloneWandView(
  ffi.Pointer<WandView> arg0,
) {
  return _CloneWandView(
    arg0,
  );
}