pub fn sys_read( fd: u32, buf_ptr: u64, buf_len: u64, ) -> Result<u64, SyscallError>
Syscall handler for reading from a file.