The bindings are generated directly from the opengl specification. First the specification is converted to XML format using https://bitbucket.org/alfonse/gl-xml-specs ...
To use modern OpenGL you need loading library, which will set the function pointers for the API calls and load vendor extensions. There is several options for such libraries. I chose GLAD as it should ...