WPI_NT_LOCK_DESTROY
#define WPI_NT_LOCK_DESTROY(_sc) lockuninit(&(_sc)->nt_mtx)
#define WPI_NT_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->nt_mtx)