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