pub unsafe fn SHParseDisplayName<P0, P1>(
    pszname: P0,
    pbc: P1,
    ppidl: *mut *mut ITEMIDLIST,
    sfgaoin: u32,
    psfgaoout: Option<*mut u32>
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<IBindCtx>,