using System.Runtime.InteropServices; namespace Auspex.Lighting.Internal; [StructLayout(LayoutKind.Explicit)] internal struct GameLightVTable { [FieldOffset(0)] public unsafe delegate* unmanaged Destructor; [FieldOffset(8)] public unsafe delegate* unmanaged Cleanup; }