pub unsafe fn SetTextColor<P0, P1>(hdc: P0, color: P1) -> COLORREF
where P0: IntoParam<HDC>, P1: IntoParam<COLORREF>,