pub unsafe extern "C" fn grpc_tls_credentials_options_set_verify_server_cert(
options: *mut grpc_tls_credentials_options,
verify_server_cert: c_int
)
Expand description
EXPERIMENTAL API - Subject to change
Sets the options of whether to verify server certs on the client side. Passing in a non-zero value indicates verifying the certs.