Type Alias miniblink_sys::wkeLoadUrlBeginCallback
source · pub type wkeLoadUrlBeginCallback = Option<unsafe extern "C" fn(webView: wkeWebView, param: *mut c_void, url: *const utf8, job: wkeNetJob) -> bool>;Aliased Type§
enum wkeLoadUrlBeginCallback {
None,
Some(unsafe extern "C" fn(_: *mut _tagWkeWebView, _: *mut c_void, _: *const i8, _: *mut c_void) -> bool),
}