pub fn volume_read( handle: u64, sector: u64, buf: &mut [u8], sector_count: u64, ) -> Result<usize>
Implements volume read.