pub unsafe extern "C" fn grpc_tls_credentials_options_set_cert_request_type(
    options: *mut grpc_tls_credentials_options,
    type_: grpc_ssl_client_certificate_request_type
)
Expand description

EXPERIMENTAL API - Subject to change

Sets the options of whether to request and/or verify client certs. This shall only be called on the server side.