pub type mbWillReleaseScriptContextCallback = Option<unsafe extern "system" fn(webView: mbWebView, param: *mut c_void, frameId: mbWebFrameHandle, context: *mut c_void, worldId: c_int)>;Aliased Type§
pub enum mbWillReleaseScriptContextCallback {
None,
Some(unsafe extern "system" fn(isize, *mut c_void, *mut c_void, *mut c_void, i32)),
}