Type Alias miniblink_sys::wkeStartDraggingCallback
source · pub type wkeStartDraggingCallback = Option<unsafe extern "C" fn(webView: wkeWebView, param: *mut c_void, frame: wkeWebFrameHandle, data: *const wkeWebDragData, mask: wkeWebDragOperationsMask, image: *const c_void, dragImageOffset: *const wkePoint)>;Aliased Type§
enum wkeStartDraggingCallback {
None,
Some(unsafe extern "C" fn(_: *mut _tagWkeWebView, _: *mut c_void, _: *mut c_void, _: *const _wkeWebDragData, _: _wkeWebDragOperation, _: *const c_void, _: *const _wkePoint)),
}