pub unsafe extern "system" fn MsiSetFeatureStateA(
    hinstall: MSIHANDLE,
    szfeature: PCSTR,
    istate: INSTALLSTATE
) -> u32