[][src]Type Definition libuv_sys2::uv_alloc_cb

type uv_alloc_cb = Option<unsafe extern "C" fn(handle: *mut uv_handle_t, suggested_size: size_t, buf: *mut uv_buf_t)>;