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