pub unsafe extern "C" fn webview_destroy(
w: webview_t,
) -> webview_error_tExpand description
Destroys a webview instance and closes the native window.
@param w The webview instance.
pub unsafe extern "C" fn webview_destroy(
w: webview_t,
) -> webview_error_tDestroys a webview instance and closes the native window.
@param w The webview instance.