pub unsafe extern "C" fn webview_terminate(
w: webview_t,
) -> webview_error_tExpand description
Stops the main loop. It is safe to call this function from another background thread.
@param w The webview instance.
pub unsafe extern "C" fn webview_terminate(
w: webview_t,
) -> webview_error_tStops the main loop. It is safe to call this function from another background thread.
@param w The webview instance.