pub unsafe extern "C" fn aws_tls_ctx_release(ctx: *mut aws_tls_ctx)
Expand description
Decrements a tls context’s ref count. When the ref count drops to zero, the object will be destroyed.
pub unsafe extern "C" fn aws_tls_ctx_release(ctx: *mut aws_tls_ctx)
Decrements a tls context’s ref count. When the ref count drops to zero, the object will be destroyed.