1    // C function void glGetPointervKHR ( GLenum pname, void **params )
2
3    public static native DebugProcKHR glGetDebugMessageCallbackKHR();
4
5