pub fn fold_type_param_type_var_tuple<U, F: Fold<U> + ?Sized>(
    folder: &mut F,
    node: TypeParamTypeVarTuple<U>
) -> Result<TypeParamTypeVarTuple<F::TargetU>, F::Error>