pub unsafe fn SHCreateItemFromIDList<T>(pidl: *const ITEMIDLIST) -> Result<T>
where T: Interface,