pub unsafe fn SHCreateItemFromRelativeName<P0, P1, P2, T>(
    psiparent: P0,
    pszname: P1,
    pbc: P2
) -> Result<T>
where P0: IntoParam<IShellItem>, P1: IntoParam<PCWSTR>, P2: IntoParam<IBindCtx>, T: Interface,