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