pub unsafe fn SetColorSpace<P0, P1>(hdc: P0, hcs: P1) -> HCOLORSPACE
where P0: IntoParam<HDC>, P1: IntoParam<HCOLORSPACE>,