pub fn parse_into<'a>(text: &'a str, out: &mut Vec<ParsedRecord<'a>>)
解析到调用方提供的 Vec 中以避免每次调用分配新的 Vec。