pub unsafe fn MsiSetFeatureAttributesA<P0, P1>(
    hinstall: P0,
    szfeature: P1,
    dwattributes: u32
) -> u32
where P0: IntoParam<MSIHANDLE>, P1: IntoParam<PCSTR>,