File: Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\LibraryImports.g.cs
Project: System.Text.Encoding.CodePages.csproj (System.Text.Encoding.CodePages)
// <auto-generated/>
internal static partial class Interop
{
    internal static partial class Kernel32
    {
        [global::System.Runtime.InteropServices.DllImportAttribute("kernel32.dll", EntryPoint = "GetCPInfoExW", ExactSpelling = true, CharSet = global::System.Runtime.InteropServices.CharSet.Unicode)]
        private static unsafe extern partial global::Interop.BOOL GetCPInfoExW(uint CodePage, uint dwFlags, global::Interop.Kernel32.CPINFOEXW* lpCPInfoEx);
    }
}
internal static partial class Interop
{
    internal static partial class Kernel32
    {
        [global::System.Runtime.InteropServices.DllImportAttribute("kernel32.dll", EntryPoint = "WideCharToMultiByte", ExactSpelling = true)]
        internal static unsafe extern partial int WideCharToMultiByte(uint CodePage, uint dwFlags, char* lpWideCharStr, int cchWideChar, byte* lpMultiByteStr, int cbMultiByte, byte* lpDefaultChar, global::Interop.BOOL* lpUsedDefaultChar);
    }
}