NM_MTX_UNLOCK
#define NM_MTX_UNLOCK(m) mutex_unlock(&(m))
#define NM_MTX_UNLOCK(m) KeReleaseGuardedMutex(&(m))
#define NM_MTX_UNLOCK(m) sx_xunlock(&(m))