lock_unprotect
lock_unprotect(&fwd->lock, fwd->tree);
lock_unprotect(&fwd->lock, oldtree);
lock_unprotect(&data->lock, data->tree);
lock_unprotect(&table->lock, table->array);
lock_unprotect(&tp->lock, tp);
lock_unprotect(&tp->lock, tp->autr);
lock_unprotect(&anchors->lock, anchors->autr);
lock_unprotect(&anchors->lock, anchors);
lock_unprotect(&fwd->lock, fwd->tree);
lock_unprotect(&fwd->lock, oldtree);
lock_unprotect(&data->lock, data->tree);
void lock_unprotect(void* lock, void* area);
lock_unprotect(&table->lock, table->array);
lock_unprotect(&tp->lock, tp);
lock_unprotect(&tp->lock, tp->autr);
lock_unprotect(&anchors->lock, anchors->autr);
lock_unprotect(&anchors->lock, anchors);