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