pub fn run_native_app( app_creator: Box<dyn FnOnce(&CreationContext<'_>) -> Box<dyn App>>, force_wgpu_backend: Option<String> ) -> Result