pub fn visit_mut_ts_type_params<V>(
    _visitor: &mut V,
    n: &mut Vec<TsTypeParam, Global>
) where
    V: VisitMut + ?Sized