pub type custom_compress_callback = Option<fn(input: &[u8], output: &mut dyn Write, context: &CompressSettings) -> Result<(), Error>>;