pub fn write_block_end<W: Write>( writer: &mut W, header: &ComponentHeader, hash: &[u8; 20], ) -> Result<()>
Writer represents the append only file, with the writer position at the end of the file.