pub fn load_nodes( dir: impl AsRef<Path>, label_fn: fn(&str) -> u8, ) -> Result<HashMap<u64, Rc<NodeCommon>, BuildHasherDefault<FxHasher>>, Error>