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