pub unsafe extern "C" fn stream_insert_cstring(
    stream: *mut Stream,
    string: *const c_char
) -> bool
Expand description

Insert const char* to the stream

Returns:

  • true if the operation was successful
  • false on error

Arguments

  • stream - Stream instance
  • string - c-string value