Function MsiQueryComponentStateA
pub unsafe fn MsiQueryComponentStateA<P0, P1, P3>(
szproductcode: P0,
szusersid: P1,
dwcontext: MSIINSTALLCONTEXT,
szcomponentcode: P3,
pdwstate: Option<*mut INSTALLSTATE>,
) -> u32where
P0: Param<PCSTR>,
P1: Param<PCSTR>,
P3: Param<PCSTR>,