pub unsafe extern "C" fn stream_delete_and_insert_cstring(
stream: *mut Stream,
delete_size: usize,
string: *const c_char
) -> boolExpand description
Delete N chars from the stream and insert const char* to the stream
Returns:
- true if the operation was successful
- false on error
Arguments
stream- Stream instancedelete_size- size of data to be deletedstring- c-string value