pub unsafe extern "C" fn cbw_Application_exit(
    app: *mut cbw_Application,
    exit_code: c_int
)
Expand description

Exits the main loop, returning execution to the function that invoked the run call. The exit_code will be returned by bw_Application_run.