pub(crate) fn do_in_place_scope<'scope, OP, R>( registry: Option<&Arc<Registry>>, op: OP, ) -> Rwhere OP: FnOnce(&Scope<'scope>) -> R,