ImageToCustomStream method
void
ImageToCustomStream()
Implementation
void ImageToCustomStream(
ffi.Pointer<ImageInfo> arg0,
ffi.Pointer<Image> arg1,
ffi.Pointer<ExceptionInfo> arg2,
) {
return _ImageToCustomStream(
arg0,
arg1,
arg2,
);
}