pub fn parse_to_cst(source: &str, lang: Language) -> Result<CstNode, ParseError>
Parse source code into a CstNode tree using tree-sitter.