Function SetupDecompressOrCopyFileA
pub unsafe fn SetupDecompressOrCopyFileA<P0, P1>(
sourcefilename: P0,
targetfilename: P1,
compressiontype: Option<*const FILE_COMPRESSION_TYPE>,
) -> u32where
P0: Param<PCSTR>,
P1: Param<PCSTR>,