pub unsafe fn MsiConfigureFeatureA<P0, P1>(
    szproduct: P0,
    szfeature: P1,
    einstallstate: INSTALLSTATE
) -> u32
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,