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