PFNGLPROGRAMUNIFORM1I64VARBPROC typedef
        PFNGLPROGRAMUNIFORM1I64VARBPROC =
     Void Function(Uint32 program, Int32 location, Uint32 count, Pointer<Int64>  value)
    
    
    
Implementation
typedef PFNGLPROGRAMUNIFORM1I64VARBPROC =
    Void Function(
      Uint32 program,
      Int32 location,
      Uint32 count,
      Pointer<Int64> value,
    );