pub fn parse_hunk_starts(line: &str) -> Option<(usize, usize)>
Parse unified diff hunk header starts from @@ -old,+new @@.
@@ -old,+new @@