pub unsafe extern "C" fn grpc_tls_credentials_options_set_certificate_verifier(
    options: *mut grpc_tls_credentials_options,
    verifier: *mut grpc_tls_certificate_verifier
)
Expand description

EXPERIMENTAL API - Subject to change

Sets the verifier in options. The |options| will implicitly take a new ref to the |verifier|. If not set on the client side, we will verify server’s certificates, and check the default hostname. If not set on the server side, we will verify client’s certificates.