fn classify<'src>( src: &'src str, file_span: Span, decoration_info: Option<&DecorationInfo>, sink: &mut dyn FnMut(Span, Highlight<'src>), )