pub type CapabilityCheck = Arc<dyn Fn(&CapabilityArgs) -> bool + Send + Sync + 'static>;
pub struct CapabilityCheck { /* private fields */ }