pub unsafe fn SetupGetFileCompressionInfoW<P0>(
    sourcefilename: P0,
    actualsourcefilename: *mut PWSTR,
    sourcefilesize: *mut u32,
    targetfilesize: *mut u32,
    compressiontype: *mut u32
) -> u32
where P0: IntoParam<PCWSTR>,