pub unsafe fn MsiEnumPatchesA<P0>(
    szproduct: P0,
    ipatchindex: u32,
    lppatchbuf: PSTR,
    lptransformsbuf: PSTR,
    pcchtransformsbuf: *mut u32
) -> u32
where P0: IntoParam<PCSTR>,