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