PFNGLNAMEDPROGRAMLOCALPARAMETER4DVEXTPROC typedef
        PFNGLNAMEDPROGRAMLOCALPARAMETER4DVEXTPROC =
     Void Function(Uint32 program, Uint32 target, Uint32 index, Pointer<Double>  params)
    
    
    
Implementation
typedef PFNGLNAMEDPROGRAMLOCALPARAMETER4DVEXTPROC =
    Void Function(
      Uint32 program,
      Uint32 target,
      Uint32 index,
      Pointer<Double> params,
    );