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