pub unsafe extern "system" fn CreatePen(
    istyle: PEN_STYLE,
    cwidth: i32,
    color: COLORREF
) -> HPEN
Expand description

Required features: "Win32_Graphics_Gdi", "Win32_Foundation"