IWI_LOCK_DESTROY
#define IWI_LOCK_DESTROY(sc) lockuninit(&(sc)->sc_lock)
#define IWI_LOCK_DESTROY(sc) mtx_destroy(&(sc)->sc_mtx)