pub unsafe extern "C" fn svn_stream_set_seek(
stream: *mut svn_stream_t,
seek_fn: svn_stream_seek_fn_t,
)Expand description
Set @a stream’s seek function to @a seek_fn
@since New in 1.7.
pub unsafe extern "C" fn svn_stream_set_seek(
stream: *mut svn_stream_t,
seek_fn: svn_stream_seek_fn_t,
)Set @a stream’s seek function to @a seek_fn
@since New in 1.7.