pub fn open<T: AsRef<Path>>( path: T, line: Option<usize>, col: Option<usize>, ) -> Result<()>
Opens a file and positions the cursor at the specified line and column.