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