// DevicePathNextNode - decompiled from Platform.efi
__int64 __fastcall DevicePathNextNode(const void *i)
{
if ( !i ) /*0x75c4*/
Assert( /*0x75d9*/
(__int64)"e:\\hs\\MdePkg\\Library\\UefiDevicePathLib\\DevicePathUtilities.c",
197,
(__int64)"Node != ((void *) 0)");
return (__int64)i + DevicePathNodeLength(i); /*0x75e9*/
}