PFNGLTEXCOORDPOINTERLISTIBMPROCDart typedef
        PFNGLTEXCOORDPOINTERLISTIBMPROCDart =
     void Function(int size, int type, int stride, Pointer<Pointer<NativeType> >  pointer, int ptrstride)
    
    
    
Implementation
typedef PFNGLTEXCOORDPOINTERLISTIBMPROCDart =
    void Function(
      int size,
      int type,
      int stride,
      Pointer<Pointer<NativeType>> pointer,
      int ptrstride,
    );