pub unsafe extern "C" fn dr_rwlock_write_trylock( rwlock: *mut c_void, ) -> bool_
Tries once to acquire a write lock on \p rwlock and returns whether successful.