pub fn sys_volume_read( handle: u64, sector: u64, buf_ptr: u64, sector_count: u64, ) -> Result<u64, SyscallError>
SYS_VOLUME_READ: read sectors from a block device.