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