<PackageReference Include="System.Security.Permissions" Version="10.0.2" />

System.Runtime.InteropServices.StringMarshalling

namespace System.Runtime.InteropServices { internal enum StringMarshalling { Custom, Utf8, Utf16 } }