MagickExportImagePixels method
Implementation
int MagickExportImagePixels(
ffi.Pointer<MagickWand> arg0,
int arg1,
int arg2,
int arg3,
int arg4,
ffi.Pointer<ffi.Char> arg5,
int arg6,
ffi.Pointer<ffi.Void> arg7,
) {
return _MagickExportImagePixels(
arg0,
arg1,
arg2,
arg3,
arg4,
arg5,
arg6,
arg7,
);
}