using System.Runtime.InteropServices;
using System.Runtime.CompilerServices;
public static void Main()
Console.WriteLine(Unsafe.SizeOf<DynValue>());
[StructLayout(LayoutKind.Explicit)]
public static readonly DynValue None = new();
[FieldOffset(0)] readonly byte u8;