pub unsafe fn PropVariantToBooleanWithDefault<P0>(
    propvarin: *const PROPVARIANT,
    fdefault: P0
) -> BOOL
where P0: Param<BOOL>,