pub type PassthroughHandler = Arc<dyn Fn(&Map<String, Value>) -> Option<Map<String, Value>> + Send + Sync>;
pub struct PassthroughHandler { /* private fields */ }