Windows.Win32.Foundation.IID
namespace Windows.Win32.Foundation
{
internal static class IID
{
public unsafe static Guid* Get<[IsUnmanaged] T>() where T : struct, IComIID;
public static ref Guid GetRef<[IsUnmanaged] T>() where T : struct, IComIID;
public unsafe static Guid* NULL();
}
}