fn check_if_okay_according_to_checkers<T: 'static, const REV: bool>(
    data: RefCell<T>,
    dref_builder: impl for<'this> FnOnce(&'this RefCell<T>) -> Option<Box<Ext<'this, T, REV>>>
)