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