pub unsafe extern "C" fn svn_stream_seek(
stream: *mut svn_stream_t,
mark: *const svn_stream_mark_t,
) -> *mut svn_error_tExpand description
Seek to a @a mark in a generic @a stream. This function returns the #SVN_ERR_STREAM_SEEK_NOT_SUPPORTED error if the stream doesn’t implement seeking. Passing NULL as @a mark, seeks to the start of the stream.
@see svn_stream_mark() @since New in 1.7.