PFNGLGETDEBUGMESSAGELOGARBPROCDart typedef
        PFNGLGETDEBUGMESSAGELOGARBPROCDart =
     int Function(int count, int bufSize, Pointer<Uint32>  sources, Pointer<Uint32>  types, Pointer<Uint32>  ids, Pointer<Uint32>  severities, Pointer<Uint32>  lengths, Pointer<Int8>  messageLog)
    
    
    
Implementation
typedef PFNGLGETDEBUGMESSAGELOGARBPROCDart =
    int Function(
      int count,
      int bufSize,
      Pointer<Uint32> sources,
      Pointer<Uint32> types,
      Pointer<Uint32> ids,
      Pointer<Uint32> severities,
      Pointer<Uint32> lengths,
      Pointer<Int8> messageLog,
    );