pub type ConfigNormalizer = fn(lookup: &dyn ConfigValueLookup, key: &str, value: &str) -> Result<String>;
Product-owned value normalizer.