pub fn fold_close_statement<F, T: AstInfo, T2: AstInfo>( folder: &mut F, node: CloseStatement, ) -> CloseStatementwhere F: Fold<T, T2> + ?Sized,