This function executes "HLT" (Opcode : F4) instruction with process affinity mask.
"HLT" : Stops instruction execution and places the processor in a HALT state.
BOOL HltPx(
DWORD_PTR processAffinityMask
);
If the function succeeds, the return value is TRUE.
If the function fails, the return value is FALSE.