Function last_error_context_symbol
Source pub fn last_error_context_symbol(prefix: &str) -> String
Expand description
Return the C symbol name for reading the thread-local last error context message.
Format: {prefix}_last_error_context
§Example
ⓘlet sym = last_error_context_symbol("krz");
assert_eq!(sym, "krz_last_error_context");