Windows.Win32.__byte_256
struct __byte_256
namespace Windows.Win32
{
internal struct __byte_256
{
internal unsafe fixed byte Value[256];
[UnscopedRef]
internal ref byte this[int index] { get; }
public static implicit operator __byte_256(ReadOnlySpan<byte> value);
}
}