pub fn interpretmodule_ast_open<'a, MS: STeXModuleStore, Err: FnMut(String, SourceRange<LSPLineCol>, DiagnosticLevel)>(
interpretmodule_ast: &mut Environment<'a, LSPLineCol, &'a str, STeXToken<LSPLineCol>>,
p: &mut LaTeXParser<'a, ParseStr<'a, LSPLineCol>, STeXToken<LSPLineCol>, Err, STeXParseState<'a, LSPLineCol, MS>>,
)