pub unsafe extern "C" fn glGetNamedStringivARB(
    namelen: GLint,
    name: *const GLchar,
    pname: GLenum,
    params: *mut GLint
)