pub unsafe fn MsiSetComponentStateA<P0, P1>(
    hinstall: P0,
    szcomponent: P1,
    istate: INSTALLSTATE
) -> u32
where P0: IntoParam<MSIHANDLE>, P1: IntoParam<PCSTR>,