pub unsafe extern "C" fn glVertexAttrib4sARB(
    index: GLuint,
    x: GLshort,
    y: GLshort,
    z: GLshort,
    w: GLshort
)