pub fn check_opt_string_len( s: &Option<String>, max: usize, field: &'static str, ) -> Result<(), WireValidationError>
Check that an Option<String> does not exceed the given byte length limit.
Option<String>