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