PFNGLGETVIDEOCAPTURESTREAMFVNVPROC typedef
        PFNGLGETVIDEOCAPTURESTREAMFVNVPROC =
     Void Function(Uint32 videoCaptureSlot, Uint32 stream, Uint32 pname, Pointer<Float>  params)
    
    
    
Implementation
typedef PFNGLGETVIDEOCAPTURESTREAMFVNVPROC =
    Void Function(
      Uint32 videoCaptureSlot,
      Uint32 stream,
      Uint32 pname,
      Pointer<Float> params,
    );