pub trait TarReader { // Required method fn read_block(&mut self, lba: u64, buf: &mut [u8]) -> Result; }