pub unsafe extern "C" fn grpc_tls_identity_pairs_destroy(
pairs: *mut grpc_tls_identity_pairs,
)
Expand description
EXPERIMENTAL API - Subject to change
Destroys a grpc_tls_identity_pairs object. If this object is passed to a provider initiation function, the ownership is transferred so this function doesn’t need to be called. Otherwise the creator of the grpc_tls_identity_pairs object is responsible for its destruction.