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