pub unsafe fn MsiGetPatchInfoExA<P0, P1, P2, P3>(
    szpatchcode: P0,
    szproductcode: P1,
    szusersid: P2,
    dwcontext: MSIINSTALLCONTEXT,
    szproperty: P3,
    lpvalue: PSTR,
    pcchvalue: Option<*mut u32>
) -> u32
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>, P3: IntoParam<PCSTR>,