GetWandViewWand method

Pointer<MagickWand> GetWandViewWand(
  1. Pointer<WandView> arg0
)

Implementation

ffi.Pointer<MagickWand> GetWandViewWand(
  ffi.Pointer<WandView> arg0,
) {
  return _GetWandViewWand(
    arg0,
  );
}