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