Function windows::Win32::UI::Shell::DuplicateIcon

pub unsafe fn DuplicateIcon<P0, P1>(hinst: P0, hicon: P1) -> HICON
where P0: IntoParam<HINSTANCE>, P1: IntoParam<HICON>,