pub unsafe extern "system" fn CreateIcon(
    hinstance: HINSTANCE,
    nwidth: i32,
    nheight: i32,
    cplanes: u8,
    cbitspixel: u8,
    lpbandbits: *const u8,
    lpbxorbits: *const u8
) -> HICON
Expand description

Required features: "Win32_UI_WindowsAndMessaging", "Win32_Foundation"