using System; namespace NHSE.Core; public readonly record struct EncryptedSaveFile(ReadOnlyMemory Data, ReadOnlyMemory Header);