pthread_rwlock_unlock
int pthread_rwlock_unlock(pthread_rwlock_t *);
WR(stub_zero, pthread_rwlock_unlock);
__strong_reference(_pthread_rwlock_unlock, pthread_rwlock_unlock);
#define _PROP_RWLOCK_UNLOCK(x) pthread_rwlock_unlock(&(x))
pthread_rwlock_unlock(&config->rwlock);