pub type zmq_free_fn = Option<unsafe extern "C" fn(data_: *mut c_void, hint_: *mut c_void)>;
enum zmq_free_fn { None, Some(unsafe extern "C" fn(_: *mut c_void, _: *mut c_void)), }
No value.
Some value of type T.
T