Function SHBindToFolderIDListParentEx
pub unsafe fn SHBindToFolderIDListParentEx<P0, P2, T>(
    psfroot: P0,
    pidl: *const ITEMIDLIST,
    ppbc: P2,
    ppidllast: Option<*mut *mut ITEMIDLIST>,
) -> Result<T>where
    P0: Param<IShellFolder>,
    P2: Param<IBindCtx>,
    T: Interface,