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