windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupDecompressOrCopyFileW

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