pub unsafe fn MsiGetComponentPathExA<P0, P1, P2>(
    szproductcode: P0,
    szcomponentcode: P1,
    szusersid: P2,
    dwcontext: MSIINSTALLCONTEXT,
    lpoutpathbuffer: PSTR,
    pcchoutpathbuffer: Option<*mut u32>
) -> INSTALLSTATE
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>,