UINT8 __stdcall PopPluginAbandonDevice(_POP_FX_PLUGIN *Plugin, _UNICODE_STRING *DeviceId){
unsigned __int8(__fastcall *v2)(__int64, _UNICODE_STRING **);
ULONG_PTR v3;
_UNICODE_STRING *v5;
__int64 v6;
v2 = (unsigned __int8(__fastcall *)(__int64, _UNICODE_STRING **))*((_QWORD *)Plugin + 12);
v3 = (unsigned int)Plugin;
v6 = 0i64;
v5 = DeviceId;
if( !v2(2i64, &v5) )
PopFxBugCheck(0x605u, 2u, v3, 0);
return v6;
}