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