pub unsafe extern "C" fn stream_delete_and_insert_format(
    stream: *mut Stream,
    delete_size: usize,
    format: *const i8,
     ...
) -> bool
Expand description

Delete N chars from the stream and insert formatted string to the stream @param stream Stream instance @param delete_size size of data to be deleted @param format @param … @return true if the operation was successful @return false on error