Function SetupGetFileCompressionInfoW
pub unsafe fn SetupGetFileCompressionInfoW<P0>(
sourcefilename: P0,
actualsourcefilename: *mut PWSTR,
sourcefilesize: *mut u32,
targetfilesize: *mut u32,
compressiontype: *mut FILE_COMPRESSION_TYPE,
) -> u32where
P0: Param<PCWSTR>,