pub unsafe fn MsiGetComponentStateA<P0, P1>(
    hinstall: P0,
    szcomponent: P1,
    piinstalled: *mut INSTALLSTATE,
    piaction: *mut INSTALLSTATE
) -> u32
where P0: IntoParam<MSIHANDLE>, P1: IntoParam<PCSTR>,