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