Function windows::Win32::Graphics::Direct2D::D2D1CreateDeviceContext
pub unsafe fn D2D1CreateDeviceContext<P0>(
dxgisurface: P0,
creationproperties: Option<*const D2D1_CREATION_PROPERTIES>,
) -> Result<ID2D1DeviceContext>where
P0: Param<IDXGISurface>,