Function grpcio_sys::grpc_alts_credentials_options_destroy [−][src]
pub unsafe extern "C" fn grpc_alts_credentials_options_destroy(
options: *mut grpc_alts_credentials_options
)
This method destroys a grpc_alts_credentials_options instance by de-allocating all of its occupied memory. It is used for experimental purpose for now and subject to change.
- options: a grpc_alts_credentials_options instance that needs to be destroyed.