windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupDecompressOrCopyFileA

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