pub type EventDerivationFn = Box<dyn Fn(&Event) -> Value>;
Type aliases for complex function types to reduce clippy warnings
pub struct EventDerivationFn(/* private fields */);