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

Delete N chars from the stream and insert const char* to the stream @param stream Stream instance @param delete_size size of data to be deleted @param string c-string value @return true if the operation was successful @return false on error