pub fn pruned<Storage, C>(content: C) -> HashTree<Storage>where Storage: AsRef<[u8]>, C: Into<[u8; 32]>,
Create a pruned tree node.