It would be nice to have a way for external tools to listen to progress as [`N5Utils.save`](https://github.com/saalfeldlab/n5-imglib2/blob/master/src/main/java/org/janelia/saalfeldlab/n5/imglib2/N5Utils.java#L1293), `saveRegion`, etc write blocks. Perhaps by passing a Listener to the save methods that each job can increment when a block is written. @cmhulbert @axtimwalde