//void glRasterPos4iv (const int *v) func RasterPos4iv(v *[4]int32) { C.glRasterPos4iv((*C.GLint)(&v[0])) }
//void glRasterPos4iv (const int *v) func RasterPos4iv(v []int32) { if len(v) != 4 { panic(ErrorInputSize) } C.glRasterPos4iv((*C.GLint)(&v[0])) }