<PackageReference Include="System.Formats.Asn1" Version="10.0.0-preview.7.25380.108" />

StringMarshalling

Specifies how strings should be marshalled for generated p/invokes
namespace System.Runtime.InteropServices { internal enum StringMarshalling { Custom, Utf8, Utf16 } }