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

@brief Free the internal memory for the specified tree sequence.

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