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