Type Alias mbWillReleaseScriptContextCallback

Source
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)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "stdcall" fn(isize, *mut c_void, *mut c_void, *mut c_void, i32))

Some value of type T.