pub unsafe fn CreateDirect3D11SurfaceFromDXGISurface<P0>(
    dgxisurface: P0
) -> Result<IInspectable>
where P0: Param<IDXGISurface>,