pub unsafe fn SHGetTemporaryPropertyForItem<P0>(
    psi: P0,
    propkey: *const PROPERTYKEY
) -> Result<PROPVARIANT>
where P0: IntoParam<IShellItem>,