PFNGLBINDVIDEOCAPTURESTREAMBUFFERNVPROC typedef
        PFNGLBINDVIDEOCAPTURESTREAMBUFFERNVPROC =
     Void Function(Uint32 videoCaptureSlot, Uint32 stream, Uint32 frameRegion, Uint64 offset)
    
    
    
Implementation
typedef PFNGLBINDVIDEOCAPTURESTREAMBUFFERNVPROC =
    Void Function(
      Uint32 videoCaptureSlot,
      Uint32 stream,
      Uint32 frameRegion,
      Uint64 offset,
    );