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