pub fn visit_is_expr_construct_mut<'ast, V, T: AstInfo>( visitor: &mut V, node: &'ast mut IsExprConstruct<T>, )where V: VisitMut<'ast, T> + ?Sized,