Function windows::Win32::UI::Shell::PickIconDlg

pub unsafe fn PickIconDlg<P0>(
    hwnd: P0,
    psziconpath: &mut [u16],
    piiconindex: Option<*mut i32>
) -> i32
where P0: IntoParam<HWND>,