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