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