fn position_to_offset(position: Position, rope: &Rope) -> Option<usize>
This function converts a (line, column) position in the text to an offset in the file.
It is the inverse of the offset_to_position function.
offset_to_position