windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupGetFileCompressionInfoA

pub unsafe fn SetupGetFileCompressionInfoA<P0>(
    sourcefilename: P0,
    actualsourcefilename: *mut PSTR,
    sourcefilesize: *mut u32,
    targetfilesize: *mut u32,
    compressiontype: *mut FILE_COMPRESSION_TYPE,
) -> u32
where P0: Param<PCSTR>,