pub fn parse_file_at_path( parser: &mut Parser, language: &Language, path: &Path, name: &str, max_path_length: usize, opts: &mut ParseFileOptions<'_>, ) -> Result<()>