pub unsafe extern "C" fn grpc_tls_credentials_options_set_identity_cert_name(
    options: *mut grpc_tls_credentials_options,
    identity_cert_name: *const c_char
)
Expand description

EXPERIMENTAL API - Subject to change

Sets the name of the identity certificates being watched. If not set, We will use a default empty string as the identity certificate name.