pub unsafe fn MsiGetPatchFileListW<P0, P1>(
    szproductcode: P0,
    szpatchpackages: P1,
    pcfiles: *mut u32,
    pphfilerecords: *mut *mut MSIHANDLE
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,