//! fn new_cert_validator_config(name: &str, config: &[u8]) -> Option<Box<dyn CertValidatorConfig>> {
impl From<&ValidationResult> for abi::envoy_dynamic_module_type_cert_validator_validation_result {
/// Each certificate in `certs` is DER-encoded, with the first entry being the leaf certificate.
// Envoy copies the buffer immediately, so the string only needs to live until the call returns.