PFNGLSHADINGRATEIMAGEPALETTENVPROC typedef
        PFNGLSHADINGRATEIMAGEPALETTENVPROC =
     Void Function(Uint32 viewport, Uint32 first, Uint32 count, Pointer<Uint32>  rates)
    
    
    
Implementation
typedef PFNGLSHADINGRATEIMAGEPALETTENVPROC =
    Void Function(
      Uint32 viewport,
      Uint32 first,
      Uint32 count,
      Pointer<Uint32> rates,
    );