pub unsafe extern "C" fn tsk_table_collection_free(
    self_: *mut tsk_table_collection_t
) -> c_int
Expand description

@brief Free the internal memory for the specified table collection.

@param self A pointer to an initialised tsk_table_collection_t object. @return Always returns 0.