pthread_rwlock_wrlock method
Implementation
int pthread_rwlock_wrlock(ffi.Pointer<pthread_rwlock_t> arg0) {
return _pthread_rwlock_wrlock(arg0);
}
int pthread_rwlock_wrlock(ffi.Pointer<pthread_rwlock_t> arg0) {
return _pthread_rwlock_wrlock(arg0);
}