Set types of quick entry points to void*.

The quick entry points are not intended to be called from C++, so let's
set their types to void* so that any attempt to call them will fail
to compile. Introduce accessors to make it easier to set the fields.

Change-Id: I7fae304100f55e96924c31a983ef0a705302d58d
8 files changed