PFNGLVERTEXARRAYMULTITEXCOORDOFFSETEXTPROC typedef
        PFNGLVERTEXARRAYMULTITEXCOORDOFFSETEXTPROC =
     Void Function(Uint32 vaobj, Uint32 buffer, Uint32 texunit, Int32 size, Uint32 type, Uint32 stride, Pointer<NativeType>  offset)
    
    
    
Implementation
typedef PFNGLVERTEXARRAYMULTITEXCOORDOFFSETEXTPROC =
    Void Function(
      Uint32 vaobj,
      Uint32 buffer,
      Uint32 texunit,
      Int32 size,
      Uint32 type,
      Uint32 stride,
      Pointer<NativeType> offset,
    );