Function avio_free_directory_entry

Source
pub unsafe extern "C" fn avio_free_directory_entry(
    entry: *mut *mut AVIODirEntry,
)
Expand description

Free entry allocated by avio_read_dir().

@param entry entry to be freed.