NTSTATUS CmInitSystem2(){
NTSTATUS result;
OWORD EnlistmentHandle;
*(_QWORD *)&EnlistmentHandle = 2097182i64;
*((_QWORD *)&EnlistmentHandle + 1) = L"\\Driver\\WscVReg";
CmpRegisterTraceLoggingProvider();
CmFcInitSystem3();
result = IoCreateDriver(&EnlistmentHandle, (UINT64)VRegSetup);
if( result < 0 )
KeBugCheckEx(0x51u, (PVOID)0x1E, (PVOID)result, 0i64, 0i64);
return result;
}