Function MsiProvideQualifiedComponentA
pub unsafe fn MsiProvideQualifiedComponentA<P0, P1>(
szcategory: P0,
szqualifier: P1,
dwinstallmode: INSTALLMODE,
lppathbuf: Option<PSTR>,
pcchpathbuf: Option<*mut u32>,
) -> u32where
P0: Param<PCSTR>,
P1: Param<PCSTR>,