Function windows::Win32::Graphics::Gdi::CreatePen

pub unsafe fn CreatePen<P0>(istyle: PEN_STYLE, cwidth: i32, color: P0) -> HPEN
where P0: IntoParam<COLORREF>,