pthread_rwlock_destroy
int pthread_rwlock_destroy(pthread_rwlock_t *);
WR(stub_zero, pthread_rwlock_destroy);
__strong_reference(_pthread_rwlock_destroy, pthread_rwlock_destroy);
#define _PROP_RWLOCK_DESTROY(x) pthread_rwlock_destroy(&(x))
pthread_rwlock_destroy(&config->rwlock);