pub type SyncStartCallback = Box<dyn Fn(usize, usize) + Send + Sync>;
Event callback types
pub struct SyncStartCallback(/* private fields */);