pub fn create_writer<R: Write>( typ: CompressionType, level: Option<u32>, file: R, ) -> Writer<BufWriter<R>>