pub unsafe fn PropVariantToWinRTPropertyValue<T>(
    propvar: *const PROPVARIANT
) -> Result<T>
where T: Interface,