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