cbw_CookieJarDeleteCallbackFn

Type Alias 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§

pub enum cbw_CookieJarDeleteCallbackFn {
    None,
    Some(unsafe extern "C" fn(*mut cbw_CookieJar, *mut c_void, u32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut cbw_CookieJar, *mut c_void, u32))

Some value of type T.