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