pub unsafe fn MsiQueryComponentStateW<P0, P1, P2>(
    szproductcode: P0,
    szusersid: P1,
    dwcontext: MSIINSTALLCONTEXT,
    szcomponentcode: P2,
    pdwstate: Option<*mut INSTALLSTATE>
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,