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