MagickClearException method

int MagickClearException(
  1. Pointer<MagickWand> arg0
)

Implementation

int MagickClearException(
  ffi.Pointer<MagickWand> arg0,
) {
  return _MagickClearException(
    arg0,
  );
}