pub fn count_lines_changed( patch: &[StructuredPatchHunk], new_file_content: Option<&str>, ) -> (usize, usize)
Count lines added and removed from a structured patch.