pub unsafe extern "C" fn aws_host_resolver_acquire(
resolver: *mut aws_host_resolver
) -> *mut aws_host_resolver
Expand description
Increments the reference count on the host resolver, allowing the caller to take a reference to it.
Returns the same host resolver passed in.