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