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