pub const SYS_READ: usize = 405; // 405usizeExpand description
Read data from a file descriptor.
fd: file descriptorbuf_ptr: buffer to receive the databuf_len: maximum number of bytes to read
Returns the number of bytes actually read (0 = end of file).