PFNGLWAITSEMAPHOREUI64NVXPROCDart typedef
        PFNGLWAITSEMAPHOREUI64NVXPROCDart =
     void Function(int waitGpu, int fenceObjectCount, Pointer<Uint32>  semaphoreArray, Pointer<Uint64>  fenceValueArray)
    
    
    
Implementation
typedef PFNGLWAITSEMAPHOREUI64NVXPROCDart =
    void Function(
      int waitGpu,
      int fenceObjectCount,
      Pointer<Uint32> semaphoreArray,
      Pointer<Uint64> fenceValueArray,
    );