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