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

@brief Get the time units string

@rst Returns a pointer to the time units 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 time units.