PFNGLGETPROGRAMNAMEDPARAMETERFVNVPROC typedef
        PFNGLGETPROGRAMNAMEDPARAMETERFVNVPROC =
     Void Function(Uint32 id, Uint32 len, Pointer<Uint8>  name, Pointer<Float>  params)
    
    
    
Implementation
typedef PFNGLGETPROGRAMNAMEDPARAMETERFVNVPROC =
    Void Function(
      Uint32 id,
      Uint32 len,
      Pointer<Uint8> name,
      Pointer<Float> params,
    );