pub type cbw_CookieIteratorNextCallbackFn = Option<unsafe extern "C" fn(ci: *mut cbw_CookieIterator, data: *mut c_void, cookie: *mut cbw_Cookie)>;Aliased Type§
pub enum cbw_CookieIteratorNextCallbackFn {
None,
Some(unsafe extern "C" fn(*mut cbw_CookieIterator, *mut c_void, *mut cbw_Cookie)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut cbw_CookieIterator, *mut c_void, *mut cbw_Cookie))
Some value of type T.