pub unsafe extern "C" fn grpc_channel_credentials_release(
creds: *mut grpc_channel_credentials,
)
Expand description
Releases a channel credentials object. The creator of the credentials object is responsible for its release.
pub unsafe extern "C" fn grpc_channel_credentials_release(
creds: *mut grpc_channel_credentials,
)
Releases a channel credentials object. The creator of the credentials object is responsible for its release.