pub unsafe extern "C" fn webview_terminate(w: *mut c_void) -> i32
Stops the main loop. It is safe to call this function from another background thread.
@param w The webview instance.