pub type uv_alloc_cb = Option<unsafe extern "C" fn(handle: *mut uv_handle_t, suggested_size: size_t, buf: *mut uv_buf_t)>;
pub enum uv_alloc_cb { None, Some(unsafe extern "C" fn(*mut uv_handle_s, u64, *mut uv_buf_t)), }
No value.
Some value of type T.
T