pub fn fold_ts_type_param_decl<V>(
    _visitor: &mut V,
    n: TsTypeParamDecl
) -> TsTypeParamDecl where
    V: Fold + ?Sized