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