pub fn visit_expr_const<'ast, V>(v: &mut V, node: &'ast ExprConst)where
    V: Visit<'ast> + ?Sized,