PFNGLGETNUNIFORMUIVARBPROCDart typedef
        PFNGLGETNUNIFORMUIVARBPROCDart =
     void Function(int program, int location, int bufSize, Pointer<Uint32>  params)
    
    
    
Implementation
typedef PFNGLGETNUNIFORMUIVARBPROCDart =
    void Function(
      int program,
      int location,
      int bufSize,
      Pointer<Uint32> params,
    );