pub fn with_raw_dispatcher<T>( name: &str, p: impl for<'a> FnOnce(DispatcherRef<'static>) -> T, ) -> T