pub unsafe extern "system" fn SHCreateItemWithParent(
    pidlparent: *const ITEMIDLIST,
    psfparent: IShellFolder,
    pidl: *const ITEMIDLIST,
    riid: *const GUID,
    ppvitem: *mut *mut c_void
) -> HRESULT
Expand description

Required features: "Win32_UI_Shell", "Win32_UI_Shell_Common"