fn create_file<'a>(
filename: &str,
writer: Box<dyn WriteSeek + 'a>,
encoding: Encoding,
file_encoding: Encoding,
config: &ExtraConfig,
) -> Result<()>Available on crate features
qlie and qlie-img only.