fn check_char_length( length: Option<u32>, val: &str, col_desc: &MySqlColumnDesc, ) -> Result<(), Error>