PFNGLGETATTACHEDOBJECTSARBPROCDart typedef
        PFNGLGETATTACHEDOBJECTSARBPROCDart =
     void Function(Pointer<NativeType>  containerObj, int maxCount, Pointer<Uint32>  count, Pointer<Pointer<NativeType> >  obj)
    
    
    
Implementation
typedef PFNGLGETATTACHEDOBJECTSARBPROCDart =
    void Function(
      Pointer<NativeType> containerObj,
      int maxCount,
      Pointer<Uint32> count,
      Pointer<Pointer<NativeType>> obj,
    );