What is a _GLUfuncptr ?

I am trying to use gluNurbsCallback and I am having problems with the third parameter.
I am creating a function just as GLU_NURBS_VERTEX specifies:
void vertex( GLfloat *vertex );

However, I still cannot compile because the function I am creating isnt a _GlUfuncptr. any suggestions?