Type Alias miniblink_sys::wkeConfirmBoxCallback
source · pub type wkeConfirmBoxCallback = Option<unsafe extern "C" fn(webView: wkeWebView, param: *mut c_void, msg: wkeString) -> bool>;Aliased Type§
enum wkeConfirmBoxCallback {
None,
Some(unsafe extern "C" fn(_: *mut _tagWkeWebView, _: *mut c_void, _: *mut _tagWkeString) -> bool),
}Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut _tagWkeWebView, _: *mut c_void, _: *mut _tagWkeString) -> bool)
Some value of type T.