_spinunlock
#define _SPINUNLOCK(_lck) _spinunlock(_lck);
void _spinunlock(spinlock_t *);
STATIC_LIB_REQUIRE(_spinunlock);