ThrowMagickExceptionList method
Implementation
int ThrowMagickExceptionList(
ffi.Pointer<ExceptionInfo> arg0,
ffi.Pointer<ffi.Char> arg1,
ffi.Pointer<ffi.Char> arg2,
int arg3,
int arg4,
ffi.Pointer<ffi.Char> arg5,
ffi.Pointer<ffi.Char> arg6,
va_list arg7,
) {
return _ThrowMagickExceptionList(
arg0,
arg1,
arg2,
arg3,
arg4,
arg5,
arg6,
arg7,
);
}