pub fn python312_extract_imports(
tok_types: &str,
tok_starts: &str,
tok_lens: &str,
out_records: &str,
out_counts: &str,
haystack_len: u32,
) -> ProgramExpand description
Extract import and from ... import ... statements.