pub type uv_walk_cb = Option<unsafe extern "C" fn(handle: *mut uv_handle_t, arg: *mut c_void)>;
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