pub unsafe extern "C" fn switch_core_set_variable(
varname: *const c_char,
value: *const c_char,
)Expand description
\brief Add a global variable to the core \param varname the name of the variable \param value the value of the variable \ If \p value is NULL, then \p varname is deleted.