pub unsafe fn D2D1CreateDevice<P0>(
    dxgidevice: P0,
    creationproperties: Option<*const D2D1_CREATION_PROPERTIES>
) -> Result<ID2D1Device>
where P0: IntoParam<IDXGIDevice>,