pub unsafe extern "C" fn view_dispatcher_alloc_ex( loop_: *mut FuriEventLoop, ) -> *mut ViewDispatcher
Allocate ViewDispatcher instance with an externally owned event loop. If this constructor is used instead of view_dispatcher_alloc, the burden of freeing the event loop is placed on the caller.
view_dispatcher_alloc
loop
pointer to ViewDispatcher instance