pub type cbw_CookieIteratorNextCallbackFn = Option<unsafe extern "C" fn(_: *mut cbw_CookieIterator, _: *mut c_void, _: *mut cbw_Cookie)>;

Aliased Type§

enum cbw_CookieIteratorNextCallbackFn {
    None,
    Some(unsafe extern "C" fn(_: *mut cbw_CookieIterator, _: *mut c_void, _: *mut cbw_Cookie)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut cbw_CookieIterator, _: *mut c_void, _: *mut cbw_Cookie))

Some value of type T.