pub fn python312_extract_structure(
tok_types: &str,
tok_starts: &str,
tok_lens: &str,
out_records: &str,
out_counts: &str,
haystack_len: u32,
) -> ProgramExpand description
Extract def, async def, and class declarations.