using System; using System.Runtime.InteropServices; namespace Std { [StructLayout(LayoutKind.Sequential)] public unsafe struct Map { } }