pub unsafe fn MsiEnumPatchesW<P0>(
    szproduct: P0,
    ipatchindex: u32,
    lppatchbuf: PWSTR,
    lptransformsbuf: PWSTR,
    pcchtransformsbuf: *mut u32,
) -> u32
where P0: Param<PCWSTR>,