pub fn sys_pread( fd: u32, buf_ptr: u64, buf_len: u64, offset: u64, ) -> Result<u64, SyscallError>
SYS_PREAD (456): Read at offset without changing fd position.