pub unsafe extern "C" fn cbw_CookieIterator_next(
    iterator: *mut cbw_CookieIterator,
    on_next: Option<unsafe extern "C" fn(_: *mut cbw_CookieIterator, _: *mut c_void, _: *mut cbw_Cookie)>,
    cb_data: *mut c_void
) -> i32