pub unsafe extern "C" fn grpc_tls_credentials_create(
    options: *mut grpc_tls_credentials_options
) -> *mut grpc_channel_credentials
Expand description

EXPERIMENTAL API - Subject to change

Creates a TLS channel credential object based on the grpc_tls_credentials_options specified by callers. The grpc_channel_credentials will take the ownership of the |options|. The security level of the resulting connection is GRPC_PRIVACY_AND_INTEGRITY.