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