pub unsafe extern "C" fn tsk_treeseq_get_metadata(
    self_: *const tsk_treeseq_t
) -> *const c_char
Expand description

@brief Get the top-level tree sequence metadata.

@rst Returns a pointer to the metadata string, which is owned by the tree sequence and not null-terminated. @endrst

@param self A pointer to a tsk_treeseq_t object. @return Returns a pointer to the metadata.