// DevicePathSubType - decompiled from Platform.efi
UINT8 __cdecl DevicePathSubType(const void *Node)
{
if ( !Node ) /*0x755c*/
Assert( /*0x7571*/
(__int64)"e:\\hs\\MdePkg\\Library\\UefiDevicePathLib\\DevicePathUtilities.c",
148,
(__int64)"Node != ((void *) 0)");
return *((_BYTE *)Node + 1); /*0x7579*/
}