pub fn visit_source_include_metadata<'ast, V, T: AstInfo>( visitor: &mut V, node: &'ast SourceIncludeMetadata, )where V: Visit<'ast, T> + ?Sized,