pub unsafe fn MsiSourceListForceResolutionA<P0, P1>(
    szproduct: P0,
    szusername: P1,
    dwreserved: u32
) -> u32
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,