GPIO_LOCK_DESTROY
#define GPIO_LOCK_DESTROY(_sc) mtx_destroy(&_sc->mtx);
#define GPIO_LOCK_DESTROY(_sc) mtx_destroy(&_sc->mtx);
#define GPIO_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->mtx)
#define GPIO_LOCK_DESTROY(_sc) mtx_destroy(&_sc->sc_mtx);
#define GPIO_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->mtx)
#define GPIO_LOCK_DESTROY(_sc) mtx_destroy(&_sc->sc_mtx);