Function filename_from_utf8

pub fn filename_from_utf8(
    utf8string: impl IntoGStr,
) -> Result<(PathBuf, usize), CvtError>