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