#[unsafe(no_mangle)]pub unsafe extern "C" fn lumen_app_run(
app: *mut LumenApp,
) -> LumenStatusExpand description
Consume the app handle and enter the Lumen event loop. Blocks
until the window closes. After this returns, app is freed -
do not call lumen_app_free on the same pointer.