pub unsafe fn MsiSourceListAddMediaDiskW<P0, P1, P2, P3>(
    szproductcodeorpatchcode: P0,
    szusersid: P1,
    dwcontext: MSIINSTALLCONTEXT,
    dwoptions: u32,
    dwdiskid: u32,
    szvolumelabel: P2,
    szdiskprompt: P3
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>, P3: IntoParam<PCWSTR>,