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