pub unsafe fn ie_blob_byte_size(
    blob: *mut ie_blob_t,
    bsize_result: *mut c_int
) -> IEStatusCode
Expand description

@brief Gets the size of the current Blob in bytes. @ingroup Blob @param blob A pointer to the blob. @param bsize_result The size of the current blob in bytes. @return Status code of the operation: OK(0) for success.