pub unsafe extern "C" fn glGetTextureParameteriv(
    texture: GLuint,
    pname: GLenum,
    params: *mut GLint
)