pub fn extract_format_string( value: &Value, context: &str, ) -> Result<String, String>
Extract a printf-style format string from a MATLAB value, validating that it is a character row vector or string scalar.