pub unsafe fn MsiGetComponentPathA<P0, P1>(
    szproduct: P0,
    szcomponent: P1,
    lppathbuf: PSTR,
    pcchbuf: Option<*mut u32>
) -> INSTALLSTATE
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,