Function switch_core_session_sprintf

Source
pub unsafe extern "C" fn switch_core_session_sprintf(
    session: *mut switch_core_session_t,
    fmt: *const c_char,
    ...
) -> *mut c_char
Expand description

\brief printf-style style printing routine. The data is output to a string allocated from the session \param session a session to use for allocation \param fmt The format of the string \param … The arguments to use while printing the data \return The new string