pub unsafe fn MsiUseFeatureExA<P0, P1>(
    szproduct: P0,
    szfeature: P1,
    dwinstallmode: u32,
    dwreserved: u32
) -> INSTALLSTATE
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,