pub unsafe extern "C" fn grpc_tls_credentials_options_set_certificate_provider(
options: *mut grpc_tls_credentials_options,
provider: *mut grpc_tls_certificate_provider
)
Expand description
EXPERIMENTAL API - Subject to change
Sets the credential provider in the options. The |options| will implicitly take a new ref to the |provider|.