pub unsafe fn SHCreateItemFromParsingName<P0, P1, T>(
    pszpath: P0,
    pbc: P1
) -> Result<T>
where P0: IntoParam<PCWSTR>, P1: IntoParam<IBindCtx>, T: Interface,