pub unsafe extern "C" fn grpc_alts_credentials_options_destroy(
    options: *mut grpc_alts_credentials_options
)
Expand description

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.