pub unsafe fn MsiProcessAdvertiseScriptA<P0, P1, P2, P3, P4>(
    szscriptfile: P0,
    sziconfolder: P1,
    hregdata: P2,
    fshortcuts: P3,
    fremoveitems: P4,
) -> u32
where P0: Param<PCSTR>, P1: Param<PCSTR>, P2: Param<HKEY>, P3: Param<BOOL>, P4: Param<BOOL>,