pub fn visit_expr_lit_mut<V>(v: &mut V, node: &mut ExprLit) where
    V: VisitMut + ?Sized
Available on crate feature visit-mut only.