pub unsafe fn MsiSequenceW<P0, P1>(
    hinstall: P0,
    sztable: P1,
    isequencemode: i32
) -> u32
where P0: IntoParam<MSIHANDLE>, P1: IntoParam<PCWSTR>,