WPI_LOCK_DESTROY
#define WPI_LOCK_DESTROY(_sc) lockuninit(&(_sc)->sc_mtx)
#define WPI_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->sc_mtx)