Function SetupGetFileCompressionInfoExW
pub unsafe fn SetupGetFileCompressionInfoExW<P0>(
sourcefilename: P0,
actualsourcefilenamebuffer: Option<&[u16]>,
requiredbufferlen: Option<*mut u32>,
sourcefilesize: *mut u32,
targetfilesize: *mut u32,
compressiontype: *mut FILE_COMPRESSION_TYPE,
) -> Result<()>where
P0: Param<PCWSTR>,