Function grpcio_sys::grpc_tls_identity_pairs_destroy [−][src]
pub unsafe extern "C" fn grpc_tls_identity_pairs_destroy(
pairs: *mut grpc_tls_identity_pairs
)
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. It is used for experimental purpose for now and subject to change.