pub unsafe fn MsiEvaluateConditionW<P0, P1>(
    hinstall: P0,
    szcondition: P1
) -> MSICONDITION
where P0: IntoParam<MSIHANDLE>, P1: IntoParam<PCWSTR>,