Function windows::Wdk::Storage::FileSystem::RtlCompressChunks
pub unsafe fn RtlCompressChunks(
uncompressedbuffer: &[u8],
compressedbuffer: &mut [u8],
compresseddatainfo: *mut COMPRESSED_DATA_INFO,
compresseddatainfolength: u32,
workspace: *const c_void,
) -> NTSTATUS