pub(super) type Permit = Permit<Box<dyn Fn(u64) -> Result + Send + Sync>>;
pub(super) struct Permit { /* private fields */ }