Function glib::convert_with_fallback
source · pub fn convert_with_fallback(
str_: &[u8],
to_codeset: impl IntoGStr,
from_codeset: impl IntoGStr,
fallback: Option<impl IntoGStr>
) -> Result<(Slice<u8>, usize), CvtError>