pub fn write_crc_tree<V, W: Write>( writer: &mut W, tree: &BTreeMap<u32, V>, write_value: fn(&mut W, &V) -> Result<()>, ) -> Result<()>
Write a CRC tree to a writer