pub unsafe fn MsiAdvertiseScriptW<P0, P1>(
    szscriptfile: P0,
    dwflags: u32,
    phregdata: Option<*const HKEY>,
    fremoveitems: P1
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<BOOL>,