pub type mbJsQueryExCallback = Option<unsafe extern "system" fn(webView: mbWebView, param: *mut c_void, es: mbJsExecState, val: *const mbJsValue, count: c_int)>;Aliased Type§
pub enum mbJsQueryExCallback {
None,
Some(unsafe extern "system" fn(isize, *mut c_void, *mut c_void, *const i64, i32)),
}