pub unsafe extern "system" fn ExtractIconExA(
    lpszfile: PCSTR,
    niconindex: i32,
    phiconlarge: *mut HICON,
    phiconsmall: *mut HICON,
    nicons: u32
) -> u32
Expand description

Required features: ‘Win32_UI_Shell’, ‘Win32_UI_WindowsAndMessaging’