PFNGLNAMEDPROGRAMLOCALPARAMETERSI4UIVEXTPROCDart typedef
        PFNGLNAMEDPROGRAMLOCALPARAMETERSI4UIVEXTPROCDart =
     void Function(int program, int target, int index, int count, Pointer<Uint32>  params)
    
    
    
Implementation
typedef PFNGLNAMEDPROGRAMLOCALPARAMETERSI4UIVEXTPROCDart =
    void Function(
      int program,
      int target,
      int index,
      int count,
      Pointer<Uint32> params,
    );