// DevicePathType - decompiled from Platform.efi
UINT8 __cdecl DevicePathType(const void *Node)
{
if ( !Node ) /*0x7530*/
Assert( /*0x7543*/
(__int64)"e:\\hs\\MdePkg\\Library\\UefiDevicePathLib\\DevicePathUtilities.c",
126,
(__int64)"Node != ((void *) 0)");
return *(_BYTE *)Node; /*0x754a*/
}