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