pub unsafe fn MsiSourceListEnumMediaDisksA<P0, P1>(
    szproductcodeorpatchcode: P0,
    szusersid: P1,
    dwcontext: MSIINSTALLCONTEXT,
    dwoptions: u32,
    dwindex: u32,
    pdwdiskid: Option<*mut u32>,
    szvolumelabel: PSTR,
    pcchvolumelabel: Option<*mut u32>,
    szdiskprompt: PSTR,
    pcchdiskprompt: Option<*mut u32>
) -> u32
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,