PFNGLVERTEXATTRIBPOINTERARBPROCDart typedef
        PFNGLVERTEXATTRIBPOINTERARBPROCDart =
     void Function(int index, int size, int type, int normalized, int stride, Pointer<NativeType>  pointer)
    
    
    
Implementation
typedef PFNGLVERTEXATTRIBPOINTERARBPROCDart =
    void Function(
      int index,
      int size,
      int type,
      int normalized,
      int stride,
      Pointer<NativeType> pointer,
    );