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