pub fn print_diff_to_writer<W: Write>( original: &HashMap<String, String>, updated: &HashMap<String, String>, writer: &mut W, )