NM_MTX_LOCK
#define NM_MTX_LOCK(m) mutex_lock(&(m))
#define NM_MTX_LOCK(m) KeAcquireGuardedMutex(&(m))
#define NM_MTX_LOCK(m) sx_xlock(&(m))