PFNGLGETCOMBINERINPUTPARAMETERIVNVPROC typedef
        PFNGLGETCOMBINERINPUTPARAMETERIVNVPROC =
     Void Function(Uint32 stage, Uint32 portion, Uint32 variable, Uint32 pname, Pointer<Int32>  params)
    
    
    
Implementation
typedef PFNGLGETCOMBINERINPUTPARAMETERIVNVPROC =
    Void Function(
      Uint32 stage,
      Uint32 portion,
      Uint32 variable,
      Uint32 pname,
      Pointer<Int32> params,
    );