using System.Runtime.CompilerServices; namespace CSSUDII.Sodium.Interop { public partial struct crypto_aead_aes256gcm_state { [NativeTypeName("unsigned char[512]")] public _opaque_e__FixedBuffer opaque; [InlineArray(512)] public partial struct _opaque_e__FixedBuffer { public byte e0; } } }