PFNGLGETPROGRAMPARAMETERFVNVPROC typedef
        PFNGLGETPROGRAMPARAMETERFVNVPROC =
     Void Function(Uint32 target, Uint32 index, Uint32 pname, Pointer<Float>  params)
    
    
    
Implementation
typedef PFNGLGETPROGRAMPARAMETERFVNVPROC =
    Void Function(
      Uint32 target,
      Uint32 index,
      Uint32 pname,
      Pointer<Float> params,
    );