fn sys_read(fd: u64, buf_ptr: u64, buf_len: u64) -> Result<u64, SyscallError>
SYS_READ (405): Read bytes from a handle.