pub unsafe fn MsiSourceListEnumSourcesW<P0, P1>(
    szproductcodeorpatchcode: P0,
    szusersid: P1,
    dwcontext: MSIINSTALLCONTEXT,
    dwoptions: u32,
    dwindex: u32,
    szsource: PWSTR,
    pcchsource: Option<*mut u32>
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,