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