pub fn visit_mut_ts_type_param_decl<V>(
    _visitor: &mut V,
    n: &mut TsTypeParamDecl
) where
    V: VisitMut + ?Sized