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