PFNGLPROGRAMLOCALPARAMETER4DARBPROC typedef
        PFNGLPROGRAMLOCALPARAMETER4DARBPROC =
     Void Function(Uint32 target, Uint32 index, Double x, Double y, Double z, Double w)
    
    
    
Implementation
typedef PFNGLPROGRAMLOCALPARAMETER4DARBPROC =
    Void Function(
      Uint32 target,
      Uint32 index,
      Double x,
      Double y,
      Double z,
      Double w,
    );