PFNGLDEBUGMESSAGECONTROLPROC typedef
        PFNGLDEBUGMESSAGECONTROLPROC =
     Void Function(Uint32 source, Uint32 type, Uint32 severity, Uint32 count, Pointer<Uint32>  ids, Int32 enabled)
    
    
    
Implementation
typedef PFNGLDEBUGMESSAGECONTROLPROC =
    Void Function(
      Uint32 source,
      Uint32 type,
      Uint32 severity,
      Uint32 count,
      Pointer<Uint32> ids,
      Int32 enabled,
    );