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