Fine: "struct hello *world" Not fine: "struct hello* world" (and variations) Closes #5386
Closes #4547
Similar to multi-uv.c but using libevent 2. This is a simpler libevent integration example then hiperfifo.c. Closes #4471