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