Type Alias browser_window_c::cbw_CookieJarDeleteCallbackFn
source · pub type cbw_CookieJarDeleteCallbackFn = Option<unsafe extern "C" fn(cj: *mut cbw_CookieJar, data: *mut c_void, deleted: c_uint)>;Aliased Type§
enum cbw_CookieJarDeleteCallbackFn {
None,
Some(unsafe extern "C" fn(_: *mut cbw_CookieJar, _: *mut c_void, _: u32)),
}