pub type uv_walk_cb = Option<unsafe extern "C" fn(handle: *mut uv_handle_t, arg: *mut c_void)>;
pub enum uv_walk_cb { None, Some(unsafe extern "C" fn(*mut uv_handle_s, *mut c_void)), }
No value.
Some value of type T.
T