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