pub unsafe extern "system" fn SetupGetFileCompressionInfoExW(
    sourcefilename: PCWSTR,
    actualsourcefilenamebuffer: PCWSTR,
    actualsourcefilenamebufferlen: u32,
    requiredbufferlen: *mut u32,
    sourcefilesize: *mut u32,
    targetfilesize: *mut u32,
    compressiontype: *mut u32
) -> BOOL
Expand description

Required features: "Win32_Devices_DeviceAndDriverInstallation", "Win32_Foundation"