Function windows::Win32::UI::Shell::SHBindToObject

pub unsafe fn SHBindToObject<P0, P1, T>(
    psf: P0,
    pidl: *const ITEMIDLIST,
    pbc: P1
) -> Result<T>
where P0: IntoParam<IShellFolder>, P1: IntoParam<IBindCtx>, T: Interface,