PFNGLTEXCOORDPOINTERVINTELPROC typedef
        PFNGLTEXCOORDPOINTERVINTELPROC =
     Void Function(Int32 size, Uint32 type, Pointer<Pointer<NativeType> >  pointer)
    
    
    
Implementation
typedef PFNGLTEXCOORDPOINTERVINTELPROC =
    Void Function(
      Int32 size,
      Uint32 type,
      Pointer<Pointer<NativeType>> pointer,
    );