public int CheckFeatureSupport(DXGI_FEATURE Feature, void *pFeatureSupportData, [NativeTypeName("UINT")] uint FeatureSupportDataSize)
 {
     return(((delegate * unmanaged <IDXGIFactory5 *, DXGI_FEATURE, void *, uint, int>)(lpVtbl[28]))((IDXGIFactory5 *)Unsafe.AsPointer(ref this), Feature, pFeatureSupportData, FeatureSupportDataSize));
 }
 public HRESULT CheckFeatureSupport(DXGI_FEATURE Feature, void *pFeatureSupportData, uint FeatureSupportDataSize)
 {
     return(((delegate * unmanaged <IDXGIFactory6 *, DXGI_FEATURE, void *, uint, int>)(lpVtbl[28]))((IDXGIFactory6 *)Unsafe.AsPointer(ref this), Feature, pFeatureSupportData, FeatureSupportDataSize));
 }