pub unsafe fn write_stream_response(
raw: *mut switch_stream_handle_t,
text: &str,
) -> StatusExpand description
Writes a string response to a raw FreeSWITCH stream handle.
ยงSafety
raw must point to a live FreeSWITCH stream handle and remain valid for the duration of this
call.