This ought to be an unsafe fn: ```rust pub fn with_inner_raising_prio<'a, F, O>(this: &'a Self, prio: Priority, mut action: F) -> O ``` I think `with_inner_lowering_prio` also needs done.