pub type DynStreamSink = Pin<Box<dyn StreamSink + Send + Sync>>;
pub struct DynStreamSink { /* private fields */ }