pub fn try_extract( path: &Path, source: &[u8], lang: &str, ) -> Option<ExtractionResult>
Try tree-sitter extraction for a supported language. Returns None if the language is not supported by tree-sitter grammars.
None