windows::Win32::UI::Shell

Function SHCreateShellItem

pub unsafe fn SHCreateShellItem<P1>(
    pidlparent: Option<*const ITEMIDLIST>,
    psfparent: P1,
    pidl: *const ITEMIDLIST,
) -> Result<IShellItem>
where P1: Param<IShellFolder>,