Function windows::Win32::Graphics::Gdi::SetBkColor

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