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