pub type TDataWriter = Pin<Box<dyn AsyncWrite + Send + 'static>>;
pub struct TDataWriter { /* private fields */ }