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

@brief Gets access to the allocated memory . @ingroup Blob @param blob A pointer to the blob. @param blob_buffer A pointer to the copied data from the given blob. @return Status code of the operation: OK(0) for success.