pub type uv_connection_cb = Option<unsafe extern "C" fn(server: *mut uv_stream_t, status: c_int)>;
enum uv_connection_cb { None, Some(unsafe extern "C" fn(_: *mut uv_stream_s, _: i32)), }
No value.
Some value of type T.
T