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

Required features: "Win32_Graphics_Gdi"