[][src]Function webview_sys::webview_dispatch

pub unsafe extern "C" fn webview_dispatch(
    this: *mut CWebView,
    f: Option<extern "C" fn(webview: *mut CWebView, arg: *mut c_void)>,
    arg: *mut c_void
)