PFNGLSELECTPERFMONITORCOUNTERSAMDPROC typedef
        PFNGLSELECTPERFMONITORCOUNTERSAMDPROC =
     Void Function(Uint32 monitor, Int32 enable, Uint32 group, Int32 numCounters, Pointer<Uint32>  counterList)
    
    
    
Implementation
typedef PFNGLSELECTPERFMONITORCOUNTERSAMDPROC =
    Void Function(
      Uint32 monitor,
      Int32 enable,
      Uint32 group,
      Int32 numCounters,
      Pointer<Uint32> counterList,
    );