pub unsafe extern "C" fn tsk_table_collection_record_num_rows(
    self_: *const tsk_table_collection_t,
    bookmark: *mut tsk_bookmark_t
) -> c_int
Expand description

@brief Record the number of rows in each table in the specified tsk_bookmark_t object.

@param self A pointer to an initialised tsk_table_collection_t object. @param bookmark A pointer to a tsk_bookmark_t which is updated to contain the number of rows in all tables. @return Return 0 on success or a negative value on failure.