pub unsafe fn MsiGetComponentPathW<P0, P1>(
    szproduct: P0,
    szcomponent: P1,
    lppathbuf: PWSTR,
    pcchbuf: Option<*mut u32>
) -> INSTALLSTATE
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,