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