NewMagickWand method

Pointer<MagickWand> NewMagickWand()

Implementation

ffi.Pointer<MagickWand> NewMagickWand() {
  return _NewMagickWand();
}