pub unsafe extern "C" fn aws_rw_lock_rlock(
    lock: *mut aws_rw_lock
) -> c_int
Expand description

Blocks until it acquires the lock. While on some platforms such as Windows, this may behave as a reentrant mutex, you should not treat it like one. On platforms it is possible for it to be non-reentrant, it will be.