pub fn visit_derive_input<'ast, V>(v: &mut V, node: &'ast DeriveInput)where
    V: Visit<'ast> + ?Sized,