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

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.