pub type EventPreHook = Arc<dyn Fn(&mut SourceEvent) + Send + Sync + 'static>;
Parse 侧预处理钩子
pub struct EventPreHook { /* private fields */ }