PFNGLGETDEBUGMESSAGELOGAMDPROCDart typedef
        PFNGLGETDEBUGMESSAGELOGAMDPROCDart =
     int Function(int count, int bufSize, Pointer<Uint32>  categories, Pointer<Uint32>  severities, Pointer<Uint32>  ids, Pointer<Uint32>  lengths, Pointer<Int8>  message)
    
    
    
Implementation
typedef PFNGLGETDEBUGMESSAGELOGAMDPROCDart =
    int Function(
      int count,
      int bufSize,
      Pointer<Uint32> categories,
      Pointer<Uint32> severities,
      Pointer<Uint32> ids,
      Pointer<Uint32> lengths,
      Pointer<Int8> message,
    );