PnpNotifyEarlyLaunchImageLoad

void __fastcall PnpNotifyEarlyLaunchImageLoad(__int64 a1, __int64 a2){
  __int64 v4[4]; 
  char v5[120]; 

  memset(v5, 0i64, 0x68u);
  if( PnpBootDriverCallbackObject )
  {
    v4[2] = a2;
    v4[0] = (__int64)PnpEarlyLaunchImageNotificationPreProcess;
    v4[3] = a1;
    v4[1] = (__int64)PnpEarlyLaunchImageNotificationPostProcess;
    ExNotifyWithProcessing((__int64)PnpBootDriverCallbackObject, (VOID *)1, v5, (_EX_PROCESSING_DATA *)v4);
  }
}

Referenced by:

PipInitializeDriverDependentDLLs
PnpInitializeBootStartDriver