pub unsafe fn CreateDirect3D11DeviceFromDXGIDevice<P0>(
    dxgidevice: P0
) -> Result<IInspectable>
where P0: Param<IDXGIDevice>,