pub fn launch_doc_with_utils<F: Future<Output = ()>>( root: fn() -> Element, size: Size2D, cb: impl FnOnce(TestingHandler<()>) -> F, )