pub unsafe fn DCompositionCreateDevice<P0, T>(dxgidevice: P0) -> Result<T>
where P0: IntoParam<IDXGIDevice>, T: Interface,