pub unsafe fn MsiSequenceA<P0, P1>(
    hinstall: P0,
    sztable: P1,
    isequencemode: i32,
) -> u32
where P0: Param<MSIHANDLE>, P1: Param<PCSTR>,