pub unsafe fn WinRTPropertyValueToPropVariant<P0>(
    punkpropertyvalue: P0,
) -> Result<PROPVARIANT>
where P0: Param<IUnknown>,