Function windows::Win32::UI::Shell::SHCreateShellItem
pub unsafe fn SHCreateShellItem<P0>(
pidlparent: Option<*const ITEMIDLIST>,
psfparent: P0,
pidl: *const ITEMIDLIST,
) -> Result<IShellItem>where
P0: Param<IShellFolder>,