PFNGLPROGRAMNAMEDPARAMETER4FNVPROC typedef
        PFNGLPROGRAMNAMEDPARAMETER4FNVPROC =
     Void Function(Uint32 id, Uint32 len, Pointer<Uint8>  name, Float x, Float y, Float z, Float w)
    
    
    
Implementation
typedef PFNGLPROGRAMNAMEDPARAMETER4FNVPROC =
    Void Function(
      Uint32 id,
      Uint32 len,
      Pointer<Uint8> name,
      Float x,
      Float y,
      Float z,
      Float w,
    );