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