// C function const GLubyte * glGetString ( GLenum name )

    public static native String glGetString(
        int name
    );