pub type DynamicConfigFn = Box<dyn Fn(&str) -> Option<Value> + Send + Sync>;
Dynamic config getter: (key: &str) -> Option
pub struct DynamicConfigFn(/* private fields */);