pub fn check_canopy_root( canopy_bytes: &[u8], expected_root: &Node, max_depth: u32, ) -> Result<()>
Checks the root of the canopy against the expected root.