public static unsafe int Checksum(this MemoryRegion region) { return(FNVHash.ComputeInt32((byte *)region.Start, (int)region.Size)); }