pub fn iter_arcs( dataset_dir: &PathBuf, allowed_node_types: &[NodeType], ) -> Result<impl ParallelIterator<Item = ([u8; 50], [u8; 50])>>