GetBlobStreamData method

Pointer<Void> GetBlobStreamData(
  1. Pointer<Image> arg0
)

Implementation

ffi.Pointer<ffi.Void> GetBlobStreamData(
  ffi.Pointer<Image> arg0,
) {
  return _GetBlobStreamData(
    arg0,
  );
}