RT_UNLOCK
#define RT_UNLOCK(_rt) mtx_unlock(&(_rt)->rt_mtx)
#define RT_UNLOCK(_rt)
#define RT_UNLOCK() rw_exit(&rt_lock)
#define RT_UNLOCK() do {} while (0)