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