pub fn hash_subtree(content_hash: u64, children_hashes: &[u64]) -> u64
Compute a hash that includes the subtree structure. This combines the node’s content hash with its children’s subtree hashes.