<PackageReference Include="System.ClientModel" Version="1.7.0" />

UnsafeBufferSegment

using System.Runtime.CompilerServices; namespace System.ClientModel.Internal { internal struct UnsafeBufferSegment { [System.Runtime.CompilerServices.Nullable(1)] public byte[] Array; public int Written; } }