pub fn write_tree_html( graph_path: &Path, output_path: &Path, root: Option<&str>, max_children: usize, project_label: Option<&str>, ) -> Result<PathBuf>