pub unsafe extern "C" fn switch_event_binary_deserialize(
eventp: *mut *mut switch_event_t,
data: *mut *mut c_void,
len: switch_size_t,
duplicate: switch_bool_t,
) -> switch_status_tExpand description
\brief Render a string representation of an event suitable for printing or network transport \param event the event to render \param str a string pointer to point at the allocated data \param encode url encode the headers \return SWITCH_STATUS_SUCCESS if the operation was successful \note you must free the resulting string when you are finished with it