Type Alias browser_window::prelude::cbw_CookieIteratorNextCallbackFn
source · 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§
None
No value.
Some(unsafe extern "C" fn(_: *mut cbw_CookieIterator, _: *mut c_void, _: *mut cbw_Cookie))
Some value of type T.