pub unsafe fn ie_blob_get_cbuffer(
    blob: *const ie_blob_t,
    blob_cbuffer: *mut ie_blob_buffer_t
) -> IEStatusCode
Expand description

@brief Gets read-only access to the allocated memory. @ingroup Blob @param blob A pointer to the blob. @param blob_cbuffer A pointer to the coped data from the given pointer to the blob and the data is read-only. @return Status code of the operation: OK(0) for success