NTSTATUS __stdcall RtlpRtlpCtWaitForWnfQuiescentWorker(PVOID P){
NTSTATUS result;
KeWaitForSingleObject(*((_QWORD *)P + 2), 0, 0, 0, 0i64);
result = RtlpCtContextFree(P);
_InterlockedExchange(&RtlpCtPublishInProgress, 0);
return result;
}