pub unsafe fn SetupDecompressOrCopyFileW<P0, P1>(
    sourcefilename: P0,
    targetfilename: P1,
    compressiontype: Option<*const u32>
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,