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

@brief Get the length of the top-level tree sequence metadata schema.

@rst Returns the length of the metadata schema string. @endrst

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