pub unsafe extern "C" fn aws_client_bootstrap_acquire(
bootstrap: *mut aws_client_bootstrap
) -> *mut aws_client_bootstrap
Expand description
Increments a client bootstrap’s ref count, allowing the caller to take a reference to it.
Returns the same client bootstrap passed in.