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