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