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