DestroyPixelWand method

Pointer<PixelWand> DestroyPixelWand(
  1. Pointer<PixelWand> arg0
)

Implementation

ffi.Pointer<PixelWand> DestroyPixelWand(
  ffi.Pointer<PixelWand> arg0,
) {
  return _DestroyPixelWand(
    arg0,
  );
}