PFNGLGETPERFQUERYINFOINTELPROCDart typedef
        PFNGLGETPERFQUERYINFOINTELPROCDart =
     void Function(int queryId, int queryNameLength, Pointer<Int8>  queryName, Pointer<Uint32>  dataSize, Pointer<Uint32>  noCounters, Pointer<Uint32>  noInstances, Pointer<Uint32>  capsMask)
    
    
    
Implementation
typedef PFNGLGETPERFQUERYINFOINTELPROCDart =
    void Function(
      int queryId,
      int queryNameLength,
      Pointer<Int8> queryName,
      Pointer<Uint32> dataSize,
      Pointer<Uint32> noCounters,
      Pointer<Uint32> noInstances,
      Pointer<Uint32> capsMask,
    );