pub fn read_wrapper<File>( file: File, ) -> impl FnMut(u64, &mut [u8]) -> Result<()>where File: Read + Seek,