Type Alias varnish_sys::objiterate_f
source · pub type objiterate_f = Option<unsafe extern "C" fn(priv_: *mut c_void, flush: c_uint, ptr: *const c_void, len: isize) -> c_int>;Aliased Type§
enum objiterate_f {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: u32, _: *const c_void, _: isize) -> i32),
}