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