pub fn sys_lseek(fd: u32, offset: i64, whence: u32) -> Result<u64, SyscallError>
Syscall handler for lseek.