NTSTATUS __stdcall PopDirectedDripsUmDirectedFxSetMode(UINT64 a1, INT64 a2){
NTSTATUS v3;
if( (unsigned int)a1 < 0xC )
return -1073741811;
PopAcquireRwLockExclusive(&PopDirectedDripsUmLock);
v3 = 0;
PopDirectedDripsUmTestPermissive = *(_BYTE *)(a2 + 8) != 0;
PopReleaseRwLock(&PopDirectedDripsUmLock);
return v3;
}