pub const SYS_VOLUME_READ: usize = 420;Expand description
Read data from a block device volume.
handle: volume capability handleoffset: byte offset into the volumebuf_ptr: buffer to receive the databuf_len: number of bytes to read
Returns the number of bytes read.