pub unsafe extern "C" fn grpc_tls_certificate_verifier_cancel(
    verifier: *mut grpc_tls_certificate_verifier,
    request: *mut grpc_tls_custom_verification_check_request
)
Expand description

EXPERIMENTAL API - Subject to change

Performs the cancellation logic of an internal verifier. This is typically used when composing the internal verifiers as part of the custom verification.