pub type TranscriptCallback = Box<dyn Fn(&str, bool) + Send + Sync>;
Fast-lane sync callback over a transcript chunk with its is_final flag.
is_final
pub struct TranscriptCallback(/* private fields */);