DestroyPixelWands method

Pointer<Pointer<PixelWand>> DestroyPixelWands(
  1. Pointer<Pointer<PixelWand>> arg0,
  2. int arg1
)

Implementation

ffi.Pointer<ffi.Pointer<PixelWand>> DestroyPixelWands(
  ffi.Pointer<ffi.Pointer<PixelWand>> arg0,
  int arg1,
) {
  return _DestroyPixelWands(
    arg0,
    arg1,
  );
}