pub fn fold_variadic<F>(f: &mut F, node: Variadic) -> Variadic where
    F: Fold + ?Sized
Available on crate feature fold only.