pub unsafe extern "C" fn aws_client_bootstrap_release(
bootstrap: *mut aws_client_bootstrap
)
Expand description
Decrements a client bootstrap’s ref count. When the ref count drops to zero, the bootstrap will be destroyed.
pub unsafe extern "C" fn aws_client_bootstrap_release(
bootstrap: *mut aws_client_bootstrap
)
Decrements a client bootstrap’s ref count. When the ref count drops to zero, the bootstrap will be destroyed.