pub fn compress_write<W: Write>( buffer: &[u8], _algorithm: Algorithm, writer: &mut W, ) -> LinderaResult<()>