pub fn fold_alter_index_action<F, T, T2>(
    folder: &mut F,
    node: AlterIndexAction<T>
) -> AlterIndexAction<T2>
where T: AstInfo, T2: AstInfo, F: Fold<T, T2> + ?Sized,