cbw_CookieIteratorNextCallbackFn

Type Alias cbw_CookieIteratorNextCallbackFn 

Source
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§

§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.