<PackageReference Include="System.Text.Encoding.CodePages" Version="10.0.8" />

System.Runtime.InteropServices.StringMarshalling

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