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