pub type ProtocolBasePtr = Arc<dyn ProtocolBase + Send + Sync>;
struct ProtocolBasePtr { /* private fields */ }