internal static Hash128 ComputeHash(IMemoryManager memory, ulong address, ulong guestSize) { return(XXHash128.ComputeHash(memory.GetSpan(address, checked ((int)(guestSize))))); }