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