pub type FlushCallback = Box<dyn Fn(usize) + Send + Sync>;
Callback type for flush events
pub struct FlushCallback(/* private fields */);