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

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

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