pub type OutputCb = Box<dyn Fn(u32, BytesMut) -> Result<(), Error>>;
pub struct OutputCb(/* private fields */);