SetImageInfoBlob method

void SetImageInfoBlob(
  1. Pointer<ImageInfo> arg0,
  2. Pointer<Void> arg1,
  3. int arg2
)

Implementation

void SetImageInfoBlob(
  ffi.Pointer<ImageInfo> arg0,
  ffi.Pointer<ffi.Void> arg1,
  int arg2,
) {
  return _SetImageInfoBlob(
    arg0,
    arg1,
    arg2,
  );
}