pub type PFNGLGETPROGRAMINFOLOGPROC = Option<unsafe extern "C" fn(program: GLuint, bufSize: GLsizei, length: *mut GLsizei, infoLog: *mut GLchar)>;