pub type TcpMessageHandler = Arc<dyn Fn(&[u8]) + Send + Sync>;
pub struct TcpMessageHandler { /* private fields */ }