VOID APIENTRY KernRequestExclusiveMutex(KEEMutexLock* ml);
Request an exclusively owned mutex. Thread will block with the mutexlock is already owned.
ml: Pointer to exclusively owned mutexlock structure.