Function windows::Win32::System::Com::StructuredStorage::PropVariantToWinRTPropertyValue
pub unsafe fn PropVariantToWinRTPropertyValue<T>(
propvar: *const PROPVARIANT,
) -> Result<T>where
T: Interface,