INT64 __fastcall PiPnpRtlApplyMandatoryDeviceContainerFiltersCallback(INT64 a1, INT64 a2, _BYTE *a3){
_BYTE *v3;
INT64 result;
v3 = (_BYTE *)(a2 + 16);
LODWORD(result) = PiPnpRtlApplyMandatoryDeviceFilters(
*(_QWORD *)a2,
*(void **)(a1 + 16),
0i64,
*(UINT8 **)(a2 + 8),
(BYTE *)(a2 + 16));
if( (int)result >= 0 )
*a3 = *v3;
return result;
}