pub fn get_position_from_content( content: &str, byte_offset: usize, ) -> (usize, usize)
Get (line, column) from a byte offset in source content.