NTSTATUS __stdcall IoGetDumpStack(_DUMP_STACK_CONTEXT **pDumpStack, UINT64 IgnoreDeviceUsageFailure){
unsigned int v2;
unsigned int v3;
NTSTATUS result;
v3 = v2;
result = IopLoadCrashdumpDriver();
if( result >= 0 )
return((__int64(__fastcall *)(const wchar_t *, UINT64, __int64, _QWORD, _QWORD))qword_140C509B0)(
L"hiber_",
IgnoreDeviceUsageFailure,
2i64,
v3,
0i64);
return result;
}