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