pub type DeferredViewportUiCallback = dyn Fn(&Context) + Sync + Send;
The user-code that shows the ui in the viewport, used for deferred viewports.