PFNGLFINALCOMBINERINPUTNVPROC typedef
        PFNGLFINALCOMBINERINPUTNVPROC =
     Void Function(Uint32 variable, Uint32 input, Uint32 mapping, Uint32 componentUsage)
    
    
    
Implementation
typedef PFNGLFINALCOMBINERINPUTNVPROC =
    Void Function(
      Uint32 variable,
      Uint32 input,
      Uint32 mapping,
      Uint32 componentUsage,
    );