pub type uv_read_cb = Option<unsafe extern "C" fn(stream: *mut uv_stream_t, nread: ssize_t, buf: *const uv_buf_t)>;
pub enum uv_read_cb { None, Some(unsafe extern "C" fn(*mut uv_stream_s, i64, *const uv_buf_t)), }
No value.
Some value of type T.
T