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