Function convert_from

Source
pub fn convert_from(
    data: &[u8],
    src_encoding: &str,
    writer: &mut impl Write,
) -> Result<()>