zmq_sys2

Type Alias zmq_free_fn

Source
pub type zmq_free_fn = Option<unsafe extern "C" fn(data_: *mut c_void, hint_: *mut c_void)>;

Aliased Type§

enum zmq_free_fn {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: *mut c_void))

Some value of type T.