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