pub type cbw_CookieJarStorageCallbackFn = Option<unsafe extern "C" fn(cj: *mut cbw_CookieJar, data: *mut c_void, error: cbw_Err)>;Aliased Type§
pub enum cbw_CookieJarStorageCallbackFn {
None,
Some(unsafe extern "C" fn(*mut cbw_CookieJar, *mut c_void, cbw_Err)),
}