pub fn line_col_to_byte(content: &str, line: usize, col: usize) -> Option<usize>
Convert a 1-based line:col pair to a byte offset in content.
content