pub fn fold_functions<V: ?Sized + Fold>(
    _visitor: &mut V,
    n: Vec<Function>
) -> Vec<Function>