macro_rules! with_format_context_mut {
($action:expr) => { ... };
}Expand description
A macro to access the global format context for read-write operations.
This macro provides a convenient way to use and modify the global format context without dealing with mutex locking and unlocking directly.