Skip to main content

tsk_table_collection_print_state

Function tsk_table_collection_print_state 

Source
pub unsafe extern "C" fn tsk_table_collection_print_state(
    self_: *const tsk_table_collection_t,
    out: *mut FILE,
)
Available on crate feature bindings only.
Expand description

@brief Print out the state of this table collection to the specified stream.

This method is intended for debugging purposes and should not be used in production code. The format of the output should not be depended on and may change arbitrarily between versions.

@param self A pointer to a tsk_table_collection_t object. @param out The stream to write the summary to.