pub unsafe fn D2D1CreateDeviceContext<P0>(
    dxgisurface: P0,
    creationproperties: Option<*const D2D1_CREATION_PROPERTIES>
) -> Result<ID2D1DeviceContext>
where P0: IntoParam<IDXGISurface>,