pub fn tree_hash_cached<S>( a: &Allocator, node: NodePtr, backrefs: &HashSet<NodePtr, S>, cache: &mut HashMap<NodePtr, TreeHash, S>, ) -> TreeHashwhere S: BuildHasher,