pub type ProjectorHandleFn = fn(&EventBook) -> Result<Projection, Status>;
Handle function type for projectors (function pointer).