pub type FileBlock<C> = ConcreteBlock<File, C>;
A ConcreteBlock which stores its data in a file in the filesystem.