pub type VerdictFn = Arc<dyn Fn(VerdictCtx<'_>) -> Option<Verdict> + Send + Sync>;
pub struct VerdictFn { /* private fields */ }