heif_release_item_data

Function heif_release_item_data 

Source
pub unsafe extern "C" fn heif_release_item_data(
    ctx: *const heif_context,
    item_data: *mut *mut u8,
)
Expand description

Free the item data.

This is used to free memory associated with the data returned by {@link heif_item_get_item_data} in ‘out_data’ and set the pointer to NULL.

@param ctx the file context @param item_data the data to free