#[no_mangle]
pub unsafe extern "C" fn pthread_rwlock_unlock(
    rwlock: *mut pthread_rwlock_t
) -> c_int