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