pub unsafe fn MsiEnumPatchesExW<P0, P1>(
    szproductcode: P0,
    szusersid: P1,
    dwcontext: u32,
    dwfilter: u32,
    dwindex: u32,
    szpatchcode: Option<&mut [u16; 39]>,
    sztargetproductcode: Option<&mut [u16; 39]>,
    pdwtargetproductcontext: Option<*mut MSIINSTALLCONTEXT>,
    sztargetusersid: PWSTR,
    pcchtargetusersid: Option<*mut u32>
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,