PFNGLPROGRAMUNIFORM1IVPROCDart typedef
        PFNGLPROGRAMUNIFORM1IVPROCDart =
     void Function(int program, int location, int count, Pointer<Int32>  value)
    
    
    
Implementation
typedef PFNGLPROGRAMUNIFORM1IVPROCDart =
    void Function(int program, int location, int count, Pointer<Int32> value);