pub fn visit_generic_param<'ast, V>(v: &mut V, node: &'ast GenericParam) where
    V: Visit<'ast> + ?Sized
Available on crate feature visit only.