pub type mbGetCookieCallback = Option<unsafe extern "stdcall" fn(webView: mbWebView, param: *mut c_void, state: MbAsynRequestState, cookie: *const utf8)>;Aliased Type§
enum mbGetCookieCallback {
None,
Some(unsafe extern "stdcall" fn(isize, *mut c_void, i32, *const i8)),
}