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