pub unsafe fn MsiDeterminePatchSequenceA<P0, P1>(
    szproductcode: P0,
    szusersid: P1,
    dwcontext: MSIINSTALLCONTEXT,
    ppatchinfo: &mut [MSIPATCHSEQUENCEINFOA]
) -> u32
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,