Using pointer in Fortran binding for OpenGL

I wonder how is the equivalent following line in Fortran:
glColorPointer (3, GL_FLOAT, 6 * sizeof(GLfloat), intertwined);

Is there anybody who is used to work with Fortran/OpenGL? What can you tell about this?

Thank you very much!