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