Function webview_dispatch

Source
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,
)