registerBlob method
Implementation
void registerBlob(
IStatus status,
Pointer<IscQuad> existingBlob,
Pointer<IscQuad> blobId,
) {
_registerBlob(self, status.self, existingBlob, blobId);
status.checkStatus();
}
void registerBlob(
IStatus status,
Pointer<IscQuad> existingBlob,
Pointer<IscQuad> blobId,
) {
_registerBlob(self, status.self, existingBlob, blobId);
status.checkStatus();
}