pub fn convert_with_fallback(
    str_: &[u8],
    to_codeset: &str,
    from_codeset: &str,
    fallback: Option<&str>
) -> Result<(Slice<u8>, usize), CvtError>