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