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