pub type StreamChunkCallback = Arc<dyn Fn(String) + Send + Sync>;
pub struct StreamChunkCallback { /* private fields */ }