pub unsafe fn MsiEvaluateConditionA<P0, P1>(
    hinstall: P0,
    szcondition: P1,
) -> MSICONDITION
where P0: Param<MSIHANDLE>, P1: Param<PCSTR>,