__rw_lock_init
#define rw_lock_init(lock, name) __rw_lock_init(lock, name)
void __rw_lock_init(rw_lock *lock, const char *name);