ClearMagickException method

void ClearMagickException(
  1. Pointer<ExceptionInfo> arg0
)

Implementation

void ClearMagickException(
  ffi.Pointer<ExceptionInfo> arg0,
) {
  return _ClearMagickException(
    arg0,
  );
}