pub unsafe fn PropVariantToStringWithDefault<P0>(
    propvarin: *const PROPVARIANT,
    pszdefault: P0
) -> PCWSTR
where P0: Param<PCWSTR>,