pub const SYS_VOLUME_WRITE: usize = 421; // 421usizeExpand description
Write data to a block device volume.
handle: volume capability handleoffset: byte offset into the volumebuf_ptr: pointer to the data bufferbuf_len: number of bytes to write
Returns the number of bytes written.