DestroyWandView method

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

Implementation

ffi.Pointer<WandView> DestroyWandView(
  ffi.Pointer<WandView> arg0,
) {
  return _DestroyWandView(
    arg0,
  );
}