pthread_rwlock_tryrdlock

Function pthread_rwlock_tryrdlock 

Source
pub unsafe extern "C" fn pthread_rwlock_tryrdlock(
    lock: *mut pthread_rwlock_t,
) -> c_int