GetBlobError method

int GetBlobError(
  1. Pointer<Image> arg0
)

Implementation

int GetBlobError(
  ffi.Pointer<Image> arg0,
) {
  return _GetBlobError(
    arg0,
  );
}