pub fn fold_stmt_match<U, F: Fold<U> + ?Sized>( folder: &mut F, node: StmtMatch<U>, ) -> Result<StmtMatch<F::TargetU>, F::Error>