Function ExtractIconExW

Source
pub unsafe extern "C" fn ExtractIconExW(
    lpszFile: LPCWSTR,
    nIconIndex: c_int,
    phiconLarge: *mut HICON,
    phiconSmall: *mut HICON,
    nIcons: UINT,
) -> UINT