Removing the (const GLubyte *)0 fixed the UBSan warning [1], but
created a new one [2]. So make offset wide enough to hold 64 bit
pointer.
[1] gl_vertex_array.cc:65:57: runtime error: applying non-zero offset
32 to null pointer
[2] Cast to 'const unsigned int *' from smaller integer
type 'unsigned int'
Fix T81340 (partially)